source: CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/NMHC_AER_L39/config.card @ 1776

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

Add NMHC_AER_L39 experiment to new config

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