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

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

new config directory for LMDZORINCA configuration : same than LMDZORINCA_v6 but using INCA6 instead of INCA5

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