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

Last change on this file since 5040 was 5040, checked in by acosce, 4 years ago

merge with rev [5039] on LMDZORINCA_v6.1.10 configuration

File size: 5.3 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#============================
29#-- Compression level for netcdf output files
30CompressionLevel=2
31#============================
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#D-- Restarts -
46[Restarts]
47#D- by default: config.card describes no restart for all components
48#D-             ie start from Levitus or limit files
49#D- If you want to restart all components from the same simulation,
50#D-      put OveRule flag to 'y' and set the next 3 parameters
51OverRule=n
52#D- Last day of the experience used as restart for all components
53RestartDate=2000-01-31
54#D- Define restart simulation name for all components
55RestartJobName=EXP00
56#D- Path Server Group Login
57RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
58
59#========================================================================
60#D-- ATM -
61[ATM]
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=LMDZOR01
68RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
69
70#========================================================================
71#D-- SRF -
72[SRF]
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# If config_Restarts_OverRule == 'n' next 4 params are read
85Restart= n
86# Last day of the experience used as restart for this component if Restart=y
87RestartDate=1859-12-31
88#D- Define restart simulation name for all components
89RestartJobName=O1T09V06
90#D- Path Server Group Login
91RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
92
93
94#========================================================================
95#D-- CHM -
96[CHM]
97# If config_Restarts_OverRule == 'n' next 4 params are read
98Restart=n
99#D-- Last day of the experience used as restart
100RestartDate=2000-01-01
101#D-- Define restart simulation name
102RestartJobName=JobName
103RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
104
105#========================================================================
106#D-- IOS -
107[IOS]
108# If config_Restarts_OverRule == 'n' next 4 params are read
109Restart= n
110##-- Last day of the experience used as restart for this component if Restart=y
111RestartDate=
112# Define restart simulation name for this component
113RestartJobName=
114RestartPath=
115
116#========================================================================
117#D-- ListOfComponents -
118[ListOfComponents]
119#D- For each component, Name of component, Tag of component
120ATM= (lmdz, LMDZ)
121SRF= (orchidee, ORCHIDEE)
122SBG= (stomate, ORCHIDEE)
123CHM= (inca, INCA)
124IOS= (xios, XIOS)
125
126#========================================================================
127#D-- Executable -
128[Executable]
129#D- For each component, Real name of executable, Name of executable for oasis
130ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, lmdz.x, 71MPI, 8OMP)
131SRF= ("" ,"" )
132SBG= ("" ,"" )
133CHM= ("", "")
134IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
135
136#========================================================================
137#D-- Post -
138[Post]
139#D- RebuildFrequency determines the frequency of rebuild submission
140RebuildFrequency=NONE
141#D- PackFrequency determines the frequency of pack submission
142PackFrequency=1Y
143#D- TimeSeriesFreqency determines the frequency of post-processing submission
144#D- Set NONE to deactivate the creation of all time series
145TimeSeriesFrequency=1Y
146#D- SeasonalFrequency determines the length for each seasonal average
147#D- Set NONE to deactivate the creation of all seasonal avereage
148SeasonalFrequency=1Y
149#D- If you want to produce compute PCMDI metrics from seasonal average
150#D- Set FALSE to deactivate the metrics computation.
151MetricsPCMDI=FALSE
152#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
153#D- Usefull if you do not want to consider the first X simulations years
154SeasonalFrequencyOffset=0
155
156#========================================================================
Note: See TracBrowser for help on using the repository browser.