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

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

Added the use of CompressionLevel (global attribute) to be defined in config.card. as done in IPSLCM6 in changeset [4296] and [4297].

File size: 4.9 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
33#========================================================================
34#D-- ListOfComponents -
35[ListOfComponents]
36#D- For each component, Name of component, Tag of component
37ATM= (lmdz, LMDZ)
38SRF= (orchidee, ORCHIDEE)
39SBG= (stomate, ORCHIDEE)
40IOS= (xios, XIOS)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45#D- For each component: Real name of executable, Name of executable in the run directory
46#D- Here is set 47MPI*8OMP which is suitable for resolution 144x142x79
47#D- Change to 31MPI*4OMP for resolution 96x95x39
48ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
49SRF= ("", "")
50SBG= ("", "")
51IOS= (xios_server.exe, xios.x, 1MPI)
52
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- by default: config.card describes no restart for all components
57#D-             ie start from Levitus or limit files
58#D- If you want to restart all components from the same simulation,
59#D-      put OveRule flag to 'y' and set the next 3 parameters
60OverRule=n
61#D- Last day of the experience used as restart for all components
62RestartDate=2319-12-31
63#D- Define restart simulation name for all components
64RestartJobName=CM607-LR-pdCtrl-01
65#D- Path Server Group Login
66RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
67
68#========================================================================
69#D-- ATM -
70[ATM]
71WriteFrequency="1M"
72# If config_Restarts_OverRule == 'n' next 4 params are read
73Restart= n
74# Last day of the experience used as restart for this component if Restart=y
75RestartDate=2319-12-31
76#D- Define restart simulation name for this component
77RestartJobName=CM607-LR-pdCtrl-01
78#D- Path Server Group Login
79RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
80
81#========================================================================
82#D-- SRF -
83[SRF]
84# WriteFrequency is not used any more for ORCHIDEE
85# Output files are now managed in orchidee.card
86WriteFrequency=""
87# If config_Restarts_OverRule == 'n' next 4 params are read
88Restart= n
89# Last day of the experience used as restart for this component if Restart=y
90RestartDate=2319-12-31
91#D- Define restart simulation name for this component
92RestartJobName=CM607-LR-pdCtrl-01
93#D- Path Server Group Login
94RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
95
96#========================================================================
97#D-- SBG - STOMATE
98[SBG]
99# WriteFrequency is not used any more for ORCHIDEE
100# Output files are now managed in stomate.card
101WriteFrequency=""
102# If config_Restarts_OverRule == 'n' next 4 params are read
103Restart= n
104# Last day of the experience used as restart for this component if Restart=y
105RestartDate=2319-12-31
106#D- Define restart simulation name for this component
107RestartJobName=CM607-LR-pdCtrl-01
108#D- Path Server Group Login
109RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
110
111#========================================================================
112#D-- IOS -
113[IOS]
114WriteFrequency=""
115# If config_Restarts_OverRule == 'n' next 4 params are read
116Restart= n
117##-- Last day of the experience used as restart for this component if Restart=y
118RestartDate=
119# Define restart simulation name for this component
120RestartJobName=
121RestartPath=
122
123#========================================================================
124#D-- Post -
125[Post]
126#D- RebuildFrequency determines the frequency of rebuild submission
127RebuildFrequency=NONE
128#D- PackFrequency determines the frequency of pack submission
129PackFrequency=1Y
130#D- TimeSeriesFreqency determines the frequency of post-processing submission
131#D- Set NONE to deactivate the creation of all time series
132TimeSeriesFrequency=10Y
133#D- SeasonalFrequency determines the length for each seasonal average
134#D- Set NONE to deactivate the creation of all seasonal avereage
135SeasonalFrequency=10Y
136#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
137#D- Usefull if you do not want to consider the first X simulations years
138SeasonalFrequencyOffset=0
139#D- If you want to produce compute PCMDI metrics from seasonal average
140#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
141MetricsPCMDI=FALSE
142
143#========================================================================
Note: See TracBrowser for help on using the repository browser.