source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/config.card @ 641

Last change on this file since 641 was 583, checked in by aclsce, 15 years ago

Modified IPSLCM5_WORK configuration according to IPSLCM5 configuration
changes :

  • changed nemo by opa9 as component name (config.card,
  • opa9.driver, opa9.card)
  • added 5655 resolution
  • Default resolution ORCA2_LMD9695
  • Modified coupling mode : now conservative mode
  • Added diaeiv cpp key and diaptr calculation
  • Changed ORCA2.1 by ORCA2.2 (to allow diaptr atlas)
File size: 4.8 KB
Line 
1#
2# This is config.card file for IPSLCM5 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=CM5
13LongName="SCRIPT_V1"
14TagName=IPSLCM5
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Experiment dates : Beginning and ending
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1860-02-30
22#============================
23#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
24PeriodLength=1M
25#============================
26#-- PBS Class (required on brodie mono/multi)
27#JobClass=mono
28JobClass=multi
29#============================
30#-- Total Number of Processors (minimum is 2 for a coupled configuration)
31#JobNumProcTot=2
32JobNumProcTot=4
33#============================
34#-- Run Options : here for oasis coupling
35JobRunOptions='-f'
36#============================
37# config.card configuration options :
38#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
39#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
40#R_BC=/u/rech/psl/rpsl035/IGCM/BC
41#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
42#============================
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ.4)
49SRF= (orchidee, ORCHIDEE.1.9.2)
50OCE= (opa9, NEMO_v3_1 + revision 1340)
51ICE= (lim2, LIM_2)
52CPL= (oasis, OASIS3)
53
54#========================================================================
55#D-- Executable -
56[Executable]
57Name=run_file
58#D- For each component, Real name of executable, Name of executable for oasis
59ATM= (gcm.e, lmdz.x)
60SRF= ("", "")
61OCE= (opa, opa.xx)
62ICE= ("", "")
63CPL= (oasis, oasis)
64
65#========================================================================
66#D-- Restarts -
67[Restarts]
68#D- If you want a GENERAL RULE FOR ALL COMPONENTS RESTARTS, put this flag to 'y'
69OverRule=n
70#D- Last day of the experience used as restart
71RestartDate=1869-12-30
72#D- Define restart simulation name
73RestartJobName=CD1
74#D- Path Server Group Login
75RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
76
77#========================================================================
78#D-- Post -
79[Post]
80#D- Do we rebuild parallel output, this flag determines
81#D- frequency of rebuild submission
82RebuildFrequency=NONE
83#D- Do we rebuild parallel output from archive
84RebuildFromArchive=true
85#D- If you want to produce time series, this flag determines
86#D- frequency of post-processing submission
87TimeSeriesFrequency=10Y
88#D- If you want to produce seasonal average, this flag determines
89#D- the period of this average
90SeasonalFrequency=10Y
91
92#========================================================================
93#D-- ATM -
94[ATM]
95#
96WriteFrequency="1M 1D HF"
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart for this component
100RestartDate=1999-12-30
101# Define restart simulation name
102RestartJobName=2L18
103RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
104# Old component name for restart (if empty, use new name)
105OldName=
106
107#========================================================================
108#D-- OCE -
109[OCE]
110WriteFrequency="1M"
111# If config_Restarts_OverRule == 'n' all params are read
112Restart= n
113##-- Last day of the experience used as restart for this component
114RestartDate=1999-12-30
115# Define restart simulation name
116RestartJobName=2L18
117RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
118# Old component name for restart (if empty, use new name)
119OldName=
120
121#========================================================================
122#D-- ICE -
123[ICE]
124WriteFrequency="1M"
125# If config_Restarts_OverRule == 'n' all params are read
126Restart= n
127##-- Last day of the experience used as restart for this component
128RestartDate=1999-12-30
129# Define restart simulation name
130RestartJobName=2L18           
131RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
132# Old component name for restart (if empty, use new name)
133OldName=
134
135#========================================================================
136#D-- SRF -
137[SRF]
138WriteFrequency="1M"
139# If config_Restarts_OverRule == 'n' all params are read
140Restart=n
141##-- Last day of the experience used as restart for this component
142RestartDate=1999-12-30
143# Define restart simulation name
144RestartJobName=2L18
145RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
146#-- Old component name for restart (if empty, use new name)
147OldName=
148
149#========================================================================
150#D-- CPL -
151[CPL]
152WriteFrequency="1D"
153# If config_Restarts_OverRule == 'n' all params are read
154Restart= n
155##-- Last day of the experience used as restart for this component
156RestartDate=1999-12-30
157# Define restart simulation name
158RestartJobName=2L18
159RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
160# Old component name for restart (if empty, use new name)
161OldName=
162
163#========================================================================
Note: See TracBrowser for help on using the repository browser.