source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/AER_pdControl/config.card @ 4705

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

there was an error on ResolAtm? for LR experiments with Inca configuration

File size: 5.6 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LOI6.01
10#----- Short Name of Experiment
11ExperimentName=AER
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZORINCA_v6 config"
15TagName=LMDZORINCA
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZORINCA/AER_pdControl
18#============================
19#-- leap, noleap, 360d
20CalendarType=360d
21#-- Experiment dates : Beginning and ending
22#-- "YYYY-MM-DD"
23DateBegin=2006-01-01
24DateEnd=2006-12-30
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
27PeriodLength=1M
28#-- Source following file with module settings, only if it exists
29EnvFile=`pwd`/../ARCH/arch.env
30#============================
31#-- ResolAtm indicates the atmospheric resolution
32#   This variable is used in the executable name
33ResolAtm=144x142x79
34#============================
35# OptMode indicates the optimization mode choosen during compilation
36# This variable is used in the executable name
37OptMode=prod
38#============================
39ConfChem=AER
40#========================================================================
41#D-- Restarts -
42[Restarts]
43#D- by default: config.card describes no restart for all components
44#D-             ie start from Levitus or limit files
45#D- If you want to restart all components from the same simulation,
46#D-      put OveRule flag to 'y' and set the next 3 parameters
47OverRule=n
48#D- Last day of the experience used as restart for all components
49RestartDate=2000-01-31
50#D- Define restart simulation name for all components
51RestartJobName=EXP00
52#D- Path Server Group Login
53RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
54
55#========================================================================
56#D-- ATM -
57[ATM]
58WriteFrequency="1M 1D"
59# If config_Restarts_OverRule == 'n' next 4 params are read
60Restart=n
61# Last day of the experience used as restart for this component if Restart=y
62RestartDate=2000-01-31
63# Define restart simulation name for this component
64RestartJobName=LMDZOR01
65RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
66
67#========================================================================
68#D-- SRF -
69[SRF]
70# WriteFrequency is not used any more for ORCHIDEE
71# Output files are now managed in orchidee.card
72WriteFrequency=""
73# If config_Restarts_OverRule == 'n' next 4 params are read
74Restart=n
75##-- Last day of the experience used as restart for this component if Restart=y
76RestartDate=2000-01-31
77# Define restart simulation name for this component
78RestartJobName=EXP00
79RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
80
81#========================================================================
82#D-- SBG - STOMATE
83[SBG]
84# WriteFrequency is not used any more for ORCHIDEE
85# Output files are now managed in stomate.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=1859-12-31
91#D- Define restart simulation name for all components
92RestartJobName=O1T09V06
93#D- Path Server Group Login
94RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
95
96
97#========================================================================
98#D-- CHM -
99[CHM]
100#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
101#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
102WriteFrequency="1D 1M"
103Restart=n
104#D-- Last day of the experience used as restart
105RestartDate=2000-01-01
106#D-- Define restart simulation name
107RestartJobName=JobName
108RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
109
110#========================================================================
111#D-- IOS -
112[IOS]
113WriteFrequency=""
114# If config_Restarts_OverRule == 'n' next 4 params are read
115Restart= n
116##-- Last day of the experience used as restart for this component if Restart=y
117RestartDate=
118# Define restart simulation name for this component
119RestartJobName=
120RestartPath=
121
122#========================================================================
123#D-- ListOfComponents -
124[ListOfComponents]
125#D- For each component, Name of component, Tag of component
126ATM= (lmdz, LMDZ)
127SRF= (orchidee, ORCHIDEE)
128SBG= (stomate, ORCHIDEE)
129CHM= (inca, INCA)
130IOS= (xios, XIOS)
131
132#========================================================================
133#D-- Executable -
134[Executable]
135#D- For each component, Real name of executable, Name of executable for oasis
136ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, lmdz.x, 47MPI, 8OMP)
137SRF= ("" ,"" )
138SBG= ("" ,"" )
139CHM= ("", "")
140IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
141
142#========================================================================
143#D-- Post -
144[Post]
145#D- RebuildFrequency determines the frequency of rebuild submission
146RebuildFrequency=NONE
147#D- PackFrequency determines the frequency of pack submission
148PackFrequency=1Y
149#D- TimeSeriesFreqency determines the frequency of post-processing submission
150#D- Set NONE to deactivate the creation of all time series
151TimeSeriesFrequency=1Y
152#D- SeasonalFrequency determines the length for each seasonal average
153#D- Set NONE to deactivate the creation of all seasonal avereage
154SeasonalFrequency=1Y
155#D- If you want to produce compute PCMDI metrics from seasonal average
156#D- Set FALSE to deactivate the metrics computation.
157MetricsPCMDI=FALSE
158#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
159#D- Usefull if you do not want to consider the first X simulations years
160SeasonalFrequencyOffset=0
161
162#========================================================================
Note: See TracBrowser for help on using the repository browser.