source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZOR/clim_pdControl/config.card @ 4463

Last change on this file since 4463 was 4463, checked in by jgipsl, 5 years ago

Set ResolAtm? and OptMode? in config.card. Read resolution from ResolAtm? instead of from .resol.

File size: 5.4 KB
RevLine 
[326]1# $Id$
[197]2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
[326]9JobName=LMDZOR01
[1095]10#----- Short Name of Experiment
[1652]11ExperimentName=clim
[1095]12#----- DEVT TEST PROD
[1643]13SpaceName=TEST
14LongName="LMDZOR configuration"
[473]15TagName=LMDZOR
[1743]16#D- Choice of experiment in EXPERIEMENTS directory
[2935]17ExpType=LMDZOR/clim_pdControl
[197]18#============================
[326]19#-- leap, noleap, 360d
[3460]20CalendarType=noleap
[589]21#-- Begin and end of job
[326]22#-- "YYYY-MM-DD"
[2935]23DateBegin=1995-01-01
[2942]24DateEnd=1995-12-31
[197]25#============================
[2758]26#-- 1Y, 1M, 5D, 1D Period Length for one execution
[2582]27PeriodLength=1Y
[4353]28#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
[4410]31#============================
32#-- Source following file with module settings, only if it exists
[4451]33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
[4463]34#============================
35#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=144x142x79
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
[197]42
43#========================================================================
[2397]44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
[2758]47ATM= (lmdz, LMDZ)
48SRF= (orchidee, ORCHIDEE)
49SBG= (stomate, ORCHIDEE)
[2397]50IOS= (xios, XIOS)
51
52#========================================================================
53#D-- Executable -
54[Executable]
[4463]55#D- For each component: First argument is the executable name as in bin folder.
56#D  ResolAtm and OptMode are set in UserChoices section.
57#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79
[3039]58#D- Change to 31MPI*4OMP for resolution 96x95x39
[4463]59ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
[2397]60SRF= ("", "")
61SBG= ("", "")
[4463]62IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
[2397]63
64#========================================================================
[197]65#D-- Restarts -
66[Restarts]
[1095]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
[197]71OverRule=n
[1095]72#D- Last day of the experience used as restart for all components
[3138]73RestartDate=2319-12-31
[1095]74#D- Define restart simulation name for all components
[3138]75RestartJobName=CM607-LR-pdCtrl-01
[326]76#D- Path Server Group Login
[3138]77RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]78
79#========================================================================
80#D-- ATM -
81[ATM]
[2582]82WriteFrequency="1M"
[1095]83# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]84Restart= n
[1095]85# Last day of the experience used as restart for this component if Restart=y
[3138]86RestartDate=2319-12-31
87#D- Define restart simulation name for this component
88RestartJobName=CM607-LR-pdCtrl-01
[3074]89#D- Path Server Group Login
90RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]91
92#========================================================================
[1095]93#D-- SRF -
[197]94[SRF]
[3563]95# WriteFrequency is not used any more for ORCHIDEE
96# Output files are now managed in orchidee.card
97WriteFrequency=""
[1095]98# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]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
[197]106
107#========================================================================
[882]108#D-- SBG - STOMATE
109[SBG]
[3563]110# WriteFrequency is not used any more for ORCHIDEE
111# Output files are now managed in stomate.card
112WriteFrequency=""
[1095]113# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]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
[882]121
122#========================================================================
[2385]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#========================================================================
[1095]135#D-- Post -
136[Post]
[2758]137#D- RebuildFrequency determines the frequency of rebuild submission
138RebuildFrequency=NONE
139#D- PackFrequency determines the frequency of pack submission
[2503]140PackFrequency=1Y
[2758]141#D- TimeSeriesFreqency determines the frequency of post-processing submission
142#D- Set NONE to deactivate the creation of all time series
[1095]143TimeSeriesFrequency=10Y
[2758]144#D- SeasonalFrequency determines the length for each seasonal average
145#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]146SeasonalFrequency=10Y
147#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
[3000]148#D- Usefull if you do not want to consider the first X simulations years
[1095]149SeasonalFrequencyOffset=0
[3222]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
[1095]153
154#========================================================================
Note: See TracBrowser for help on using the repository browser.