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

Last change on this file since 1814 was 1814, checked in by acosce, 12 years ago

Add GES in LMDZORINCA newconfig

File size: 4.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=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=/dmnfs/cont003/p86cozic/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
92#========================================================================
93#D-- ATM -
94[ATM]
95#
96WriteFrequency="1M 1D HF"
97# If config_Restarts_OverRule == 'n' all params are read
98Restart= n
99# Last day of the experience used as restart
100RestartDate=2000-01-01
101# Define restart simulation name
102RestartJobName=JobName
103RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
104# Old component name for restart (if empty, use new name)
105OldName=""
106
107
108#========================================================================
109#D-- SRF -
110[SRF]
111WriteFrequency="1M"
112Restart=n
113##-- Last day of the experience used as restart
114RestartDate=1999-12-30
115# Define restart simulation name
116RestartJobName=JobName
117RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
118#-- Old component name for restart (if empty, use new name)
119OldName=""
120
121#========================================================================
122#D-- SBG - STOMATE
123[SBG]
124WriteFrequency="1M"
125# If config_Restarts_OverRule == 'n' next 4 params are read
126Restart=n
127#-- Last day of the experience used as restart for this component if Restart=y
128RestartDate=2000-01-31
129# Define restart simulation name for this component
130RestartJobName=EXP00
131RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
132#-- Old component name for restart (if empty, use new name)
133OldName=
134
135#========================================================================
136#D-- CHM -
137[CHM]
138WriteFrequency="1M"
139Restart=n
140#D-- Last day of the experience used as restart
141RestartDate=2000-01-01
142#D-- Define restart simulation name
143RestartJobName=JobName
144RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
145#D-- Old component name for restart (if empty, use new name)
146OldName=""
147
148#========================================================================
Note: See TracBrowser for help on using the repository browser.