source: CONFIG/UNIFORM/v5/LMDZORINCA_v5.2/EXPERIMENTS/LMDZORINCA/GES/config.card @ 2324

Last change on this file since 2324 was 2324, checked in by acosce, 10 years ago

Add a new configuration LMDZORINCA_v5.2

  • use last version of orchidee
  • compile with rrtm by default

Add NSW parameter in all physiq.def_L39_NPv3.2

File size: 4.6 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=L5OI4run
16#SpaceName=TEST
17#ExperimentName=XXXX
18LongName='nouvelles configs + LMDZ5 INCA4 39 '
19TagName=LMDZORINCA/${CHEM}
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/GES
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#-- PBS Class (required on brodie mono/multi)
34#JobClass=mono
35JobClass=multi
36#============================
37#-- Total Number of Processors (minimum is 2 for a coupled configuration)
38JobNumProcTot=32
39#============================
40#-- Run Options : here for oasis coupling
41#-- For Vargas
42#JobRunOptions=JobRunOptions=''
43#-- For Titane
44JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
45#========================================================================
46#D-- ListOfComponents -
47[ListOfComponents]
48#D- For each component, Name of component, Tag of component
49ATM= (lmdz, LMDZ4)
50SRF= (orchidee, orchidee_1_9_5)
51SBG= (stomate, ORCHIDEE_1_9_5)
52CHM= (inca, INCA3)
53
54#========================================================================
55#D-- Executable -
56[Executable]
57Name=gcm.e
58#D- For each component, Real name of executable, Name of executable for oasis
59ATM= (gcm.e, gcm.e)
60SRF= ("", "")
61SBG= ("", "")
62CHM= (inca.dat, inca.dat)
63
64#========================================================================
65#D-- Restarts -
66[Restarts]
67#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
68OverRule=n
69#D- Last day of the experience used as restart
70RestartDate=2005-12-31
71#D- Define restart simulation name (=> JOB_OS)
72RestartJobName=LOI_AR5WERF_E0_2006
73#D- Path Server Group Login (=> PSGL)
74RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
75# Attention login depend de la machine
76
77#========================================================================
78#D-- Post -
79[Post]
80#D- Do we rebuild parallel output, this flag determines
81#D- frequency of rebuild submission
82RebuildFrequency=1Y
83#D- Do we rebuild parallel output from archive
84RebuildFromArchive=NONE
85#D- If you want to produce time series, this flag determines
86#D- frequency of post-processing submission
87TimeSeriesFrequency=NONE
88#D- If you want to produce seasonal average, this flag determines
89#D- the period of this average
90SeasonalFrequency=NONE
91#D-
92PackFrequency=1Y
93
94#========================================================================
95#D-- ATM -
96[ATM]
97#
98WriteFrequency="1M 1D HF"
99# If config_Restarts_OverRule == 'n' all params are read
100Restart= n
101# Last day of the experience used as restart
102RestartDate=2000-01-01
103# Define restart simulation name
104RestartJobName=JobName
105RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
106# Old component name for restart (if empty, use new name)
107OldName=""
108
109
110#========================================================================
111#D-- SRF -
112[SRF]
113WriteFrequency="1M"
114Restart=n
115##-- Last day of the experience used as restart
116RestartDate=1999-12-30
117# Define restart simulation name
118RestartJobName=JobName
119RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
120#-- Old component name for restart (if empty, use new name)
121OldName=""
122
123#========================================================================
124#D-- SBG - STOMATE
125[SBG]
126WriteFrequency="1M"
127# If config_Restarts_OverRule == 'n' next 4 params are read
128Restart=n
129#-- Last day of the experience used as restart for this component if Restart=y
130RestartDate=2000-01-31
131# Define restart simulation name for this component
132RestartJobName=EXP00
133RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
134#-- Old component name for restart (if empty, use new name)
135OldName=
136
137#========================================================================
138#D-- CHM -
139[CHM]
140WriteFrequency="1M"
141Restart=n
142#D-- Last day of the experience used as restart
143RestartDate=2000-01-01
144#D-- Define restart simulation name
145RestartJobName=JobName
146RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
147#D-- Old component name for restart (if empty, use new name)
148OldName=""
149
150#========================================================================
Note: See TracBrowser for help on using the repository browser.