source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/LMDZORINCA/AER/config.card @ 6776

Last change on this file since 6776 was 6776, checked in by acosce, 4 months ago

update config.card for AER experiment
we need to restart from scratch for ORCHIDEE to solve a problem
with the grid incompatible with atm start

File size: 5.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=AERreg
10#----- Short Name of Experiment
11ExperimentName=AER
12#----- DEVT TEST PROD
13SpaceName=PROD
14LongName="LMDZORINCA_v6 config"
15TagName=LMDZORINCA
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZORINCA/AER
18#============================
19#-- leap, noleap, 360d
20CalendarType=leap
21#-- Experiment dates : Beginning and ending
22#-- "YYYY-MM-DD"
23DateBegin=2006-01-01
24DateEnd=2006-12-31
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
27#============================
28#-- Compression level for netcdf output files
29CompressionLevel=2
30#============================
31PeriodLength=1Y
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#============================
43ConfChem=AER
44
45#========================================================================
46#D-- Restarts -
47[Restarts]
48#D- by default: config.card describes no restart for all components
49#D-             ie start from Levitus or limit files
50#D- If you want to restart all components from the same simulation,
51#D-      put OveRule flag to 'y' and set the next 3 parameters
52OverRule=n
53#D- Last day of the experience used as restart for all components
54RestartDate=2006-12-31
55#D- Define restart simulation name for all components
56RestartJobName=AERreg.4729.12M
57#D- Path Server Group Login
58RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/AER
59
60#========================================================================
61#D-- ATM -
62[ATM]
63# If config_Restarts_OverRule == 'n' next 4 params are read
64Restart=y
65# Last day of the experience used as restart for this component if Restart=y
66RestartDate=2006-12-31
67#D- Define restart simulation name for all components
68RestartJobName=AERreg.4729.12M
69#D- Path Server Group Login
70RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/AER
71
72#========================================================================
73#D-- SRF -
74[SRF]
75# If config_Restarts_OverRule == 'n' next 4 params are read
76Restart=n
77##-- Last day of the experience used as restart for this component if Restart=y
78RestartDate=2000-01-31
79# Define restart simulation name for this component
80RestartJobName=EXP00
81RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
82
83#========================================================================
84#D-- SBG - STOMATE
85[SBG]
86# If config_Restarts_OverRule == 'n' next 4 params are read
87Restart= n
88# Last day of the experience used as restart for this component if Restart=y
89RestartDate=1859-12-31
90#D- Define restart simulation name for all components
91RestartJobName=O1T09V06
92#D- Path Server Group Login
93RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
94
95
96#========================================================================
97#D-- CHM -
98[CHM]
99# If config_Restarts_OverRule == 'n' next 4 params are read
100Restart=y
101#D-- Last day of the experience used as restart
102RestartDate=2006-12-31
103#D- Define restart simulation name for all components
104RestartJobName=AERreg.4729.12M
105#D- Path Server Group Login
106RestartPath=${R_IN}/RESTART/LMDZORINCA/DEVT/AER
107
108#========================================================================
109#D-- IOS -
110[IOS]
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#========================================================================
120#D-- ListOfComponents -
121[ListOfComponents]
122#D- For each component, Name of component, Tag of component
123ATM= (lmdz, LMDZ)
124SRF= (orchidee, ORCHIDEE)
125SBG= (stomate, ORCHIDEE)
126CHM= (inca, INCA)
127IOS= (xios, XIOS)
128
129#========================================================================
130#D-- Executable -
131[Executable]
132#D- For each component, Real name of executable, Name of executable for oasis
133ATM= (gcm_${ResolAtm}_orch22_${OptMode}_${ConfChem}.e, lmdz.x, 71MPI, 8OMP)
134SRF= ("" ,"" )
135SBG= ("" ,"" )
136CHM= ("", "")
137IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
138
139#========================================================================
140#D-- Post -
141[Post]
142#D- Activate Cesmep Atlas Comparison
143Cesmep=FALSE
144#D- PackFrequency determines the frequency of pack submission
145PackFrequency=1Y
146#D- TimeSeriesFreqency determines the frequency of post-processing submission
147#D- Set NONE to deactivate the creation of all time series
148TimeSeriesFrequency=1Y
149#D- SeasonalFrequency determines the length for each seasonal average
150#D- Set NONE to deactivate the creation of all seasonal avereage
151SeasonalFrequency=1Y
152#D- If you want to produce compute PCMDI metrics from seasonal average
153#D- Set FALSE to deactivate the metrics computation.
154MetricsPCMDI=FALSE
155#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
156#D- Usefull if you do not want to consider the first X simulations years
157SeasonalFrequencyOffset=0
158
159#========================================================================
Note: See TracBrowser for help on using the repository browser.