source: CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/LMDZOR/amip/config.card @ 4615

Last change on this file since 4615 was 4615, checked in by acosce, 5 years ago

modify config.card and lmdz.driver to work without .resol file and to use executable with resolution and option compilation in its name.

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