source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.3/EXPERIMENTS/LMDZORINCA/NMHC_AER_S/config.card @ 6030

Last change on this file since 6030 was 6030, checked in by acosce, 2 years ago

add a comment for LR resolution in LMDZORINCA_v6.3 configuration

File size: 5.1 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
5#D--
6#========================================================================
7#D-- Compatibility -
8[Compatibility]
9libIGCM=1.0
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#D-- (<8 chars MAX for JobName)
15JobName=L5OI5run
16SpaceName=PROD
17ExperimentName=NMHC_AER_S
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC_AER_S
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Début et fin de Job
26#D-- "YYYY-MM-DD"
27DateBegin=2006-01-01
28DateEnd=2006-12-31
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=1M
32#============================
33#-- Compression level for netcdf output files
34CompressionLevel=2
35#============================
36#-- Source following file with module settings, only if it exists
37EnvFile=`pwd`/../ARCH/arch.env
38#============================
39#-- ResolAtm indicates the atmospheric resolution
40#   This variable is used in the executable name
41ResolAtm=96x95x39
42#uncomment for LR resolution
43#ResolAtm=144x142x39
44#============================
45# OptMode indicates the optimization mode choosen during compilation
46# This variable is used in the executable name
47OptMode=prod
48#============================
49ConfChem=NMHC_AER_S
50#============================
51#D-- ListOfComponents -
52[ListOfComponents]
53#D- For each component, Name of component, Tag of component
54ATM= (lmdz, LMDZ5)
55SRF= (orchidee, orchidee_1_9_5)
56SBG= (stomate, ORCHIDEE_1_9_5)
57CHM= (inca, INCA5)
58IOS= (xios, XIOS)
59
60#========================================================================
61#D-- Executable -
62[Executable]
63Name=gcm.e
64#D- For each component, Real name of executable, Name of executable for oasis
65ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, gcm.e, 48MPI, 12OMP)
66SRF= ("", "")
67SBG= ("", "")
68CHM= ("", "")
69IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
70
71#========================================================================
72#D-- Restarts -
73[Restarts]
74#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
75OverRule=n
76#D- Last day of the experience used as restart
77RestartDate=2005-12-31
78#D- Define restart simulation name (=> JOB_OS)
79RestartJobName=LOI_AR5WERF_E0_2006
80#D- Path Server Group Login (=> PSGL)
81RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
82# Attention login depend de la machine
83
84#========================================================================
85#D-- Post -
86[Post]
87#D- Do we pack restart and debug txt files, this flag determines
88#D- frequency of pack submission (use NONE for DRYRUN=3)
89PackFrequency=1Y
90#D- If you want to produce time series, this flag determines
91#D- frequency of post-processing submission
92TimeSeriesFrequency=1Y
93#D- If you want to produce seasonal average, this flag determines
94#D- the period of this average
95SeasonalFrequency=NONE
96#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
97#D- Usefull if you do not want to consider the first X simulation s years
98SeasonalFrequencyOffset=0
99
100#========================================================================
101#D-- ATM -
102#put to yes for LR resolution
103[ATM]
104# If config_Restarts_OverRule == 'n' all params are read
105Restart= n
106# Last day of the experience used as restart
107RestartDate=2014-12-31
108# Define restart simulation name
109RestartJobName=HYDROa2
110RestartPath=/ccc/store/cont003/gen2201/p24haug/IGCM_OUT/LMDZORINCA/PROD/NMHC_AER_S
111
112#========================================================================
113#D-- SRF -
114[SRF]
115# If config_Restarts_OverRule == 'n' all params are read
116Restart=n
117##-- Last day of the experience used as restart
118RestartDate=1999-12-30
119# Define restart simulation name
120RestartJobName=JobName
121RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
122
123#========================================================================
124#D-- SBG - STOMATE
125[SBG]
126# If config_Restarts_OverRule == 'n' next 4 params are read
127Restart=n
128#-- Last day of the experience used as restart for this component if Restart=y
129RestartDate=2000-01-31
130# Define restart simulation name for this component
131RestartJobName=EXP00
132RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
133
134#========================================================================
135#D-- CHM -
136[CHM]
137# If config_Restarts_OverRule == 'n' next 4 params are read
138Restart=n
139#D-- Last day of the experience used as restart
140RestartDate=2000-01-01
141#D-- Define restart simulation name
142RestartJobName=JobName
143RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
144
145#========================================================================
146#D-- IOS -
147[IOS]
148# If config_Restarts_OverRule == 'n' next 4 params are read
149Restart= n
150##-- Last day of the experience used as restart for this component if Restart=y
151RestartDate=
152# Define restart simulation name for this component
153RestartJobName=
154RestartPath=
155
156#========================================================================
Note: See TracBrowser for help on using the repository browser.