source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/config.card @ 3156

Last change on this file since 3156 was 3156, checked in by aclsce, 7 years ago
  • Run nemo on 480 CPUs in IPSLCM6.0.9 accordingly to LMDZ optimizations
File size: 6.6 KB
Line 
1#
2# This is config.card file for IPSLCM6 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#===========================
11JobName= CPL01
12#----- Short Name of Experiment
13ExperimentName=piControl
14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="IPSLCM6.0.9"
17TagName=IPSLCM6
18#D- Choice of experiment in EXPERIMENTS directory
19ExpType=IPSLCM/piControl
20#============================
21#-- leap, noleap, 360d
22CalendarType=noleap
23#-- Experiment dates : Beginning and ending
24#-- "YYYY-MM-DD"
25DateBegin=1950-01-01
26DateEnd=1950-12-31
27#============================
28ORCA_version=eORCA1.2
29#============================
30#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
31PeriodLength=1Y
32
33#========================================================================
34#D-- Restarts -
35[Restarts]
36#D- by default: config.card describes no restart for all components
37#D-             ie start from Levitus or limit files
38#D- If you want to restart all components from the same simulation,
39#D-      put OveRule flag to 'y' and set the next 3 parameters
40OverRule=n
41#D- Last day of the experience used as restart for all components
42RestartDate=2319-12-31
43#D- Define restart simulation name for all components
44RestartJobName=CM607-LR-pdCtrl-01
45#D- Path Server Group Login
46RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
47
48#========================================================================
49#D-- ATM -
50[ATM]
51WriteFrequency="1M 1D"
52# If config_Restarts_OverRule == 'n' next 4 params are read
53Restart= y
54# Last day of the experience used as restart for this component if Restart=y
55RestartDate=2319-12-31
56#D- Define restart simulation name for this component
57RestartJobName=CM607-LR-pdCtrl-01
58#D- Path Server Group Login
59RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
60
61#========================================================================
62#D-- OCE -
63[OCE]
64WriteFrequency="1M"
65# If config_Restarts_OverRule == 'n' next 4 params are read
66Restart= y
67##-- Last day of the experience used as restart for this component if Restart=y
68RestartDate=2319-12-31
69#D- Define restart simulation name for this component
70RestartJobName=CM607-LR-pdCtrl-01
71#D- Path Server Group Login
72RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
73
74#========================================================================
75#D-- ICE -
76[ICE]
77WriteFrequency="1M"
78# If config_Restarts_OverRule == 'n' next 4 params are read
79Restart= y
80##-- Last day of the experience used as restart for this component if Restart=y
81RestartDate=2319-12-31
82#D- Define restart simulation name for this component
83RestartJobName=CM607-LR-pdCtrl-01
84#D- Path Server Group Login
85RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
86
87#========================================================================
88#D-- MBG -
89[MBG]
90WriteFrequency="1M 1Y"
91Restart= y
92##-- Last day of the experience used as restart for this component if Restart=y
93RestartDate=2319-12-31
94#D- Define restart simulation name for this component
95RestartJobName=CM607-LR-pdCtrl-01
96#D- Path Server Group Login
97RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
98
99#========================================================================
100#D-- SRF -
101[SRF]
102WriteFrequency="1M"
103# If config_Restarts_OverRule == 'n' next 4 params are read
104Restart= n
105# Last day of the experience used as restart for this component if Restart=y
106RestartDate=2319-12-31
107#D- Define restart simulation name for this component
108RestartJobName=CM607-LR-pdCtrl-01
109#D- Path Server Group Login
110RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
111
112#========================================================================
113#D-- SBG - STOMATE
114[SBG]
115WriteFrequency="1M"
116# If config_Restarts_OverRule == 'n' next 4 params are read
117Restart= n
118# Last day of the experience used as restart for this component if Restart=y
119RestartDate=2319-12-31
120#D- Define restart simulation name for this component
121RestartJobName=CM607-LR-pdCtrl-01
122#D- Path Server Group Login
123RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
124
125#========================================================================
126#D-- CPL -
127[CPL]
128WriteFrequency="1M"
129# If config_Restarts_OverRule == 'n' next 4 params are read
130Restart= y
131# Last day of the experience used as restart for this component if Restart=y
132RestartDate=2319-12-31
133#D- Define restart simulation name for this component
134RestartJobName=CM607-LR-pdCtrl-01
135#D- Path Server Group Login
136RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
137
138#========================================================================
139#D-- IOS -
140[IOS]
141WriteFrequency=""
142# If config_Restarts_OverRule == 'n' next 4 params are read
143Restart= n
144##-- Last day of the experience used as restart for this component if Restart=y
145RestartDate=
146# Define restart simulation name for this component
147RestartJobName=
148RestartPath=
149
150#========================================================================
151#D-- ListOfComponents -
152[ListOfComponents]
153#D- For each component, Name of component, Tag of component
154ATM= (lmdz, LMDZ-testing-r2787)
155SRF= (orchidee, trunk-r4067)
156SBG= (stomate, trunk-r4067)
157OCE= (opa9, nemo_v3_6_STABLE-r7664)
158ICE= (lim3, nemo_v3_6_STABLE-r7664)
159MBG= (pisces, nemo_v3_6_STABLE-r7664)
160CPL= (oasis, oasis3-mct-r1818)
161IOS= (xios, trunk-r1043)
162
163#========================================================================
164#D-- Executable -
165[Executable]
166#D- For each component, Real name of executable, Name of executable for oasis
167ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
168SRF= ("" ,"" )
169SBG= ("" ,"" )
170OCE= (opa, opa.xx, 480MPI)
171ICE= ("" ,"" )
172MBG= ("" ,"" )
173CPL= ("", "" )
174IOS= (xios_server.exe, xios.x, 1MPI)
175
176#========================================================================
177#D-- Post -
178[Post]
179ParserXIOS=FALSE
180#D- Do we rebuild parallel output, this flag determines
181#D- frequency of rebuild submission (use NONE for DRYRUN=3)
182RebuildFrequency=NONE
183#D- Do we pack restart and debug txt files, this flag determines
184#D- frequency of pack submission (use NONE for DRYRUN=3)
185PackFrequency=10Y
186#D- If you want to produce time series, this flag determines
187#D- frequency of post-processing submission (NONE if you dont want)
188TimeSeriesFrequency=10Y
189#D- If you want to produce seasonal average, this flag determines
190#D- the period of this average (NONE if you dont want)
191SeasonalFrequency=10Y
192#D- If you want to produce compute PCMDI metrics from seasonal average
193#D- Set FALSE to deactivate the metrics computation.
194MetricsPCMDI=TRUE
195#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
196#D- Usefull if you do not want to consider the first X simulations years
197SeasonalFrequencyOffset=0
198
199#========================================================================
Note: See TracBrowser for help on using the repository browser.