source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/AER_historical/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=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
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#========================================================================
42#D-- Restarts -
43[Restarts]
44#D- by default: config.card describes no restart for all components
45#D-             ie start from Levitus or limit files
46#D- If you want to restart all components from the same simulation,
47#D-      put OveRule flag to 'y' and set the next 3 parameters
48OverRule=n
49#D- Last day of the experience used as restart for all components
50RestartDate=2000-01-31
51#D- Define restart simulation name for all components
52RestartJobName=EXP00
53#D- Path Server Group Login
54RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
55
56#========================================================================
57#D-- ATM -
58[ATM]
59WriteFrequency="1M 1D"
60# If config_Restarts_OverRule == 'n' next 4 params are read
61Restart=n
62# Last day of the experience used as restart for this component if Restart=y
63RestartDate=2000-01-31
64# Define restart simulation name for this component
65RestartJobName=LMDZOR01
66RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
67
68#========================================================================
69#D-- SRF -
70[SRF]
71# WriteFrequency is not used any more for ORCHIDEE
72# Output files are now managed in orchidee.card
73WriteFrequency=""
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# WriteFrequency is not used any more for ORCHIDEE
86# Output files are now managed in stomate.card
87WriteFrequency=""
88# If config_Restarts_OverRule == 'n' next 4 params are read
89Restart= n
90# Last day of the experience used as restart for this component if Restart=y
91RestartDate=1859-12-31
92#D- Define restart simulation name for all components
93RestartJobName=O1T09V06
94#D- Path Server Group Login
95RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
96
97
98#========================================================================
99#D-- CHM -
100[CHM]
101#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
102#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
103WriteFrequency="1D 1M"
104Restart=n
105#D-- Last day of the experience used as restart
106RestartDate=2000-01-01
107#D-- Define restart simulation name
108RestartJobName=JobName
109RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
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-- ListOfComponents -
125[ListOfComponents]
126#D- For each component, Name of component, Tag of component
127ATM= (lmdz, LMDZ)
128SRF= (orchidee, ORCHIDEE)
129SBG= (stomate, ORCHIDEE)
130CHM= (inca, INCA)
131IOS= (xios, XIOS)
132
133#========================================================================
134#D-- Executable -
135[Executable]
136#D- For each component, Real name of executable, Name of executable for oasis
137ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, lmdz.x, 47MPI, 8OMP)
138SRF= ("" ,"" )
139SBG= ("" ,"" )
140CHM= ("", "")
141IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
142
143#========================================================================
144#D-- Post -
145[Post]
146#D- RebuildFrequency determines the frequency of rebuild submission
147RebuildFrequency=NONE
148#D- PackFrequency determines the frequency of pack submission
149PackFrequency=1Y
150#D- TimeSeriesFreqency determines the frequency of post-processing submission
151#D- Set NONE to deactivate the creation of all time series
152TimeSeriesFrequency=1Y
153#D- SeasonalFrequency determines the length for each seasonal average
154#D- Set NONE to deactivate the creation of all seasonal avereage
155SeasonalFrequency=1Y
156#D- If you want to produce compute PCMDI metrics from seasonal average
157#D- Set FALSE to deactivate the metrics computation.
158MetricsPCMDI=FALSE
159#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
160#D- Usefull if you do not want to consider the first X simulations years
161SeasonalFrequencyOffset=0
162
163#========================================================================
Note: See TracBrowser for help on using the repository browser.