source: CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR/clim_pdControl/config.card @ 4630

Last change on this file since 4630 was 4630, checked in by jgipsl, 5 years ago
  • use SUBMIT_DIR instead of pwd not ok on all platforms
  • add _optmode in execuable name for opa as done for the compilation
File size: 5.4 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZOR01
10#----- Short Name of Experiment
11ExperimentName=clim
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZOR configuration"
15TagName=LMDZOR
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZOR/clim_pdControl
18#============================
19#-- leap, noleap, 360d
20CalendarType=noleap
21#-- Begin and end of job
22#-- "YYYY-MM-DD"
23DateBegin=1995-01-01
24DateEnd=1995-12-31
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length for one execution
27PeriodLength=1Y
28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=144x142x79
38ResolOce=ORCA1
39#============================
40# OptMode indicates the optimization mode choosen during compilation
41# This variable is used in the executable name
42OptMode=prod
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ)
49SRF= (orchidee, ORCHIDEE)
50SBG= (stomate, ORCHIDEE)
51IOS= (xios, XIOS)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56#D- For each component: Real name of executable, Name of executable in the run directory
57#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
58#D- Change to 31MPI*4OMP for resolution 96x95x39
59ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
60SRF= ("", "")
61SBG= ("", "")
62IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
63
64#========================================================================
65#D-- Restarts -
66[Restarts]
67#D- by default: config.card describes no restart for all components
68#D-             ie start from Levitus or limit files
69#D- If you want to restart all components from the same simulation,
70#D-      put OveRule flag to 'y' and set the next 3 parameters
71OverRule=n
72#D- Last day of the experience used as restart for all components
73RestartDate=2319-12-31
74#D- Define restart simulation name for all components
75RestartJobName=CM607-LR-pdCtrl-01
76#D- Path Server Group Login
77RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
78
79#========================================================================
80#D-- ATM -
81[ATM]
82WriteFrequency="1M"
83# If config_Restarts_OverRule == 'n' next 4 params are read
84Restart= n
85# Last day of the experience used as restart for this component if Restart=y
86RestartDate=2319-12-31
87#D- Define restart simulation name for this component
88RestartJobName=CM607-LR-pdCtrl-01
89#D- Path Server Group Login
90RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
91
92#========================================================================
93#D-- SRF -
94[SRF]
95# WriteFrequency is not used any more for ORCHIDEE
96# Output files are now managed in orchidee.card
97WriteFrequency=""
98# If config_Restarts_OverRule == 'n' next 4 params are read
99Restart= n
100# Last day of the experience used as restart for this component if Restart=y
101RestartDate=2319-12-31
102#D- Define restart simulation name for this component
103RestartJobName=CM607-LR-pdCtrl-01
104#D- Path Server Group Login
105RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
106
107#========================================================================
108#D-- SBG - STOMATE
109[SBG]
110# WriteFrequency is not used any more for ORCHIDEE
111# Output files are now managed in stomate.card
112WriteFrequency=""
113# If config_Restarts_OverRule == 'n' next 4 params are read
114Restart= n
115# Last day of the experience used as restart for this component if Restart=y
116RestartDate=2319-12-31
117#D- Define restart simulation name for this component
118RestartJobName=CM607-LR-pdCtrl-01
119#D- Path Server Group Login
120RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
121
122#========================================================================
123#D-- IOS -
124[IOS]
125WriteFrequency=""
126# If config_Restarts_OverRule == 'n' next 4 params are read
127Restart= n
128##-- Last day of the experience used as restart for this component if Restart=y
129RestartDate=
130# Define restart simulation name for this component
131RestartJobName=
132RestartPath=
133
134#========================================================================
135#D-- Post -
136[Post]
137#D- RebuildFrequency determines the frequency of rebuild submission
138RebuildFrequency=NONE
139#D- PackFrequency determines the frequency of pack submission
140PackFrequency=1Y
141#D- TimeSeriesFreqency determines the frequency of post-processing submission
142#D- Set NONE to deactivate the creation of all time series
143TimeSeriesFrequency=10Y
144#D- SeasonalFrequency determines the length for each seasonal average
145#D- Set NONE to deactivate the creation of all seasonal avereage
146SeasonalFrequency=10Y
147#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
148#D- Usefull if you do not want to consider the first X simulations years
149SeasonalFrequencyOffset=0
150#D- If you want to produce compute PCMDI metrics from seasonal average
151#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
152MetricsPCMDI=FALSE
153
154#========================================================================
Note: See TracBrowser for help on using the repository browser.