source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/config.card @ 3563

Last change on this file since 3563 was 3563, checked in by jgipsl, 6 years ago

Changed strategy for settings for output files for ORCHIDEE. Activate files, output level and output frequency are now set from orchidee.card and stomate.card. WriteFrequancy in config.card is not used any more for ORCHIDEE (SRF and SBG).

File size: 4.8 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
[2936]17ExpType=LMDZOR/clim_360d
[197]18#============================
[326]19#-- leap, noleap, 360d
[1652]20CalendarType=360d
[589]21#-- Begin and end of job
[326]22#-- "YYYY-MM-DD"
23DateBegin=1980-01-01
[2602]24DateEnd=1980-12-30
[197]25#============================
[2604]26#-- 1Y, 1M, 5D, 1D Period Length for one execution
[2582]27PeriodLength=1Y
[197]28
29#========================================================================
[2397]30#D-- ListOfComponents -
31[ListOfComponents]
32#D- For each component, Name of component, Tag of component
[2602]33ATM= (lmdz, LMDZ)
34SRF= (orchidee, ORCHIDEE)
35SBG= (stomate, ORCHIDEE)
[2397]36IOS= (xios, XIOS)
37
38#========================================================================
39#D-- Executable -
40[Executable]
[2604]41#D- For each component: Real name of executable, Name of executable in the run directory
[3039]42#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
43#D- Change to 31MPI*4OMP for resolution 96x95x39
[3138]44ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
[2397]45SRF= ("", "")
46SBG= ("", "")
47IOS= (xios_server.exe, xios.x, 1MPI)
48
49#========================================================================
[197]50#D-- Restarts -
51[Restarts]
[1095]52#D- by default: config.card describes no restart for all components
53#D-             ie start from Levitus or limit files
54#D- If you want to restart all components from the same simulation,
55#D-      put OveRule flag to 'y' and set the next 3 parameters
[197]56OverRule=n
[1095]57#D- Last day of the experience used as restart for all components
[3138]58RestartDate=2319-12-31
[1095]59#D- Define restart simulation name for all components
[3138]60RestartJobName=CM607-LR-pdCtrl-01
[326]61#D- Path Server Group Login
[3138]62RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]63
64#========================================================================
65#D-- ATM -
66[ATM]
[2582]67WriteFrequency="1M"
[1095]68# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]69Restart= n
[1095]70# Last day of the experience used as restart for this component if Restart=y
[3138]71RestartDate=2319-12-31
72#D- Define restart simulation name for this component
73RestartJobName=CM607-LR-pdCtrl-01
[3074]74#D- Path Server Group Login
75RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
[197]76
77#========================================================================
[1095]78#D-- SRF -
[197]79[SRF]
[3563]80# WriteFrequency is not used any more for ORCHIDEE
81# Output files are now managed in orchidee.card
82WriteFrequency=""
[1095]83# If config_Restarts_OverRule == 'n' next 4 params are read
[3138]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
[197]91
92#========================================================================
[882]93#D-- SBG - STOMATE
94[SBG]
[3563]95# WriteFrequency is not used any more for ORCHIDEE
96# Output files are now managed in stomate.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
[882]106
107#========================================================================
[2385]108#D-- IOS -
109[IOS]
110WriteFrequency=""
111# If config_Restarts_OverRule == 'n' next 4 params are read
112Restart= n
113##-- Last day of the experience used as restart for this component if Restart=y
114RestartDate=
115# Define restart simulation name for this component
116RestartJobName=
117RestartPath=
118
119#========================================================================
[1095]120#D-- Post -
121[Post]
[2604]122#D- RebuildFrequency determines the frequency of rebuild submission
[2658]123RebuildFrequency=NONE
[2604]124#D- PackFrequency determines the frequency of pack submission
[2503]125PackFrequency=1Y
[2604]126#D- TimeSeriesFreqency determines the frequency of post-processing submission
127#D- Set NONE to deactivate the creation of all time series
[1095]128TimeSeriesFrequency=10Y
[2604]129#D- SeasonalFrequency determines the length for each seasonal average
130#D- Set NONE to deactivate the creation of all seasonal avereage
[1095]131SeasonalFrequency=10Y
132#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
133#D- Usefull if you do not want to consider the first X simulation's years
134SeasonalFrequencyOffset=0
[3222]135#D- If you want to produce compute PCMDI metrics from seasonal average
136#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
137MetricsPCMDI=FALSE
[1095]138
139#========================================================================
Note: See TracBrowser for help on using the repository browser.