source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/AER_historical/config.card @ 5847

Last change on this file since 5847 was 5847, checked in by acosce, 3 years ago

suppression of RebuildFrequency? option in config.card

File size: 5.2 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=PROD
14LongName="LMDZORINCA_v6 config"
15TagName=LMDZORINCA
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZORINCA/AER_historical
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=1M
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=2000-01-31
55#D- Define restart simulation name for all components
56RestartJobName=EXP00
57#D- Path Server Group Login
58RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
59
60#========================================================================
61#D-- ATM -
62[ATM]
63# If config_Restarts_OverRule == 'n' next 4 params are read
64Restart=n
65# Last day of the experience used as restart for this component if Restart=y
66RestartDate=2000-01-31
67# Define restart simulation name for this component
68RestartJobName=LMDZOR01
69RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
70
71#========================================================================
72#D-- SRF -
73[SRF]
74# If config_Restarts_OverRule == 'n' next 4 params are read
75Restart=n
76##-- Last day of the experience used as restart for this component if Restart=y
77RestartDate=2000-01-31
78# Define restart simulation name for this component
79RestartJobName=EXP00
80RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
81
82#========================================================================
83#D-- SBG - STOMATE
84[SBG]
85# If config_Restarts_OverRule == 'n' next 4 params are read
86Restart= n
87# Last day of the experience used as restart for this component if Restart=y
88RestartDate=1859-12-31
89#D- Define restart simulation name for all components
90RestartJobName=O1T09V06
91#D- Path Server Group Login
92RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
93
94
95#========================================================================
96#D-- CHM -
97[CHM]
98# If config_Restarts_OverRule == 'n' next 4 params are read
99Restart=n
100#D-- Last day of the experience used as restart
101RestartDate=2000-01-01
102#D-- Define restart simulation name
103RestartJobName=JobName
104RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
105
106#========================================================================
107#D-- IOS -
108[IOS]
109# If config_Restarts_OverRule == 'n' next 4 params are read
110Restart= n
111##-- Last day of the experience used as restart for this component if Restart=y
112RestartDate=
113# Define restart simulation name for this component
114RestartJobName=
115RestartPath=
116
117#========================================================================
118#D-- ListOfComponents -
119[ListOfComponents]
120#D- For each component, Name of component, Tag of component
121ATM= (lmdz, LMDZ)
122SRF= (orchidee, ORCHIDEE)
123SBG= (stomate, ORCHIDEE)
124CHM= (inca, INCA)
125IOS= (xios, XIOS)
126
127#========================================================================
128#D-- Executable -
129[Executable]
130#D- For each component, Real name of executable, Name of executable for oasis
131ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, lmdz.x, 71MPI, 8OMP)
132SRF= ("" ,"" )
133SBG= ("" ,"" )
134CHM= ("", "")
135IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
136
137#========================================================================
138#D-- Post -
139[Post]
140#D- PackFrequency determines the frequency of pack submission
141PackFrequency=1Y
142#D- TimeSeriesFreqency determines the frequency of post-processing submission
143#D- Set NONE to deactivate the creation of all time series
144TimeSeriesFrequency=1Y
145#D- SeasonalFrequency determines the length for each seasonal average
146#D- Set NONE to deactivate the creation of all seasonal avereage
147SeasonalFrequency=1Y
148#D- If you want to produce compute PCMDI metrics from seasonal average
149#D- Set FALSE to deactivate the metrics computation.
150MetricsPCMDI=FALSE
151#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
152#D- Usefull if you do not want to consider the first X simulations years
153SeasonalFrequencyOffset=0
154
155#========================================================================
Note: See TracBrowser for help on using the repository browser.