source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUST/config.card @ 2503

Last change on this file since 2503 was 2503, checked in by sdipsl, 9 years ago

homogenize post processing options within v6 configurations. RebuildFromArchive? is deprecated and PackFrequency? deserves a description

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