source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card @ 4789

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

update lmdzorinca_v6.2 configuration

  • add histdaystrataer for lmdz

/bin/bash: :wq: command not found

File size: 5.5 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
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC_AER
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#============================
43# OptMode indicates the optimization mode choosen during compilation
44# This variable is used in the executable name
45OptMode=prod
46#============================
47ConfChem=NMHC_AER
48#============================
49#D-- ListOfComponents -
50[ListOfComponents]
51#D- For each component, Name of component, Tag of component
52ATM= (lmdz, LMDZ5)
53SRF= (orchidee, orchidee_1_9_5)
54SBG= (stomate, ORCHIDEE_1_9_5)
55CHM= (inca, INCA5)
56IOS= (xios, XIOS)
57
58#========================================================================
59#D-- Executable -
60[Executable]
61Name=gcm.e
62#D- For each component, Real name of executable, Name of executable for oasis
63ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, gcm.e, 48MPI, 12OMP)
64SRF= ("", "")
65SBG= ("", "")
66CHM= ("", "")
67IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
68
69#========================================================================
70#D-- Restarts -
71[Restarts]
72#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
73OverRule=n
74#D- Last day of the experience used as restart
75RestartDate=2005-12-31
76#D- Define restart simulation name (=> JOB_OS)
77RestartJobName=LOI_AR5WERF_E0_2006
78#D- Path Server Group Login (=> PSGL)
79RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
80# Attention login depend de la machine
81
82#========================================================================
83#D-- Post -
84[Post]
85#D- Do we rebuild parallel output, this flag determines
86#D- frequency of rebuild submission
87RebuildFrequency=NONE
88#D- Do we pack restart and debug txt files, this flag determines
89#D- frequency of pack submission (use NONE for DRYRUN=3)
90PackFrequency=1Y
91#D- If you want to produce time series, this flag determines
92#D- frequency of post-processing submission
93TimeSeriesFrequency=1Y
94#D- If you want to produce seasonal average, this flag determines
95#D- the period of this average
96SeasonalFrequency=NONE
97#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
98#D- Usefull if you do not want to consider the first X simulation s years
99SeasonalFrequencyOffset=0
100
101#========================================================================
102#D-- ATM -
103[ATM]
104#
105WriteFrequency="1M 1D HF"
106# If config_Restarts_OverRule == 'n' all params are read
107Restart= n
108# Last day of the experience used as restart
109RestartDate=2000-01-01
110# Define restart simulation name
111RestartJobName=JobName
112RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
113
114#========================================================================
115#D-- SRF -
116[SRF]
117# WriteFrequency is not used any more for ORCHIDEE
118# Output files are now managed in orchidee.card
119WriteFrequency=""
120Restart=n
121##-- Last day of the experience used as restart
122RestartDate=1999-12-30
123# Define restart simulation name
124RestartJobName=JobName
125RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
126
127#========================================================================
128#D-- SBG - STOMATE
129[SBG]
130# WriteFrequency is not used any more for ORCHIDEE
131# Output files are now managed in stomate.card
132WriteFrequency=""
133# If config_Restarts_OverRule == 'n' next 4 params are read
134Restart=n
135#-- Last day of the experience used as restart for this component if Restart=y
136RestartDate=2000-01-31
137# Define restart simulation name for this component
138RestartJobName=EXP00
139RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
140
141#========================================================================
142#D-- CHM -
143[CHM]
144#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
145#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
146WriteFrequency="1D"
147Restart=n
148#D-- Last day of the experience used as restart
149RestartDate=2000-01-01
150#D-- Define restart simulation name
151RestartJobName=JobName
152RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
153
154#========================================================================
155#D-- IOS -
156[IOS]
157WriteFrequency=""
158# If config_Restarts_OverRule == 'n' next 4 params are read
159Restart= n
160##-- Last day of the experience used as restart for this component if Restart=y
161RestartDate=
162# Define restart simulation name for this component
163RestartJobName=
164RestartPath=
165
166#========================================================================
Note: See TracBrowser for help on using the repository browser.