source: CONFIG/trunk/IPSL_ESM_V1/EXP00/config.card @ 138

Last change on this file since 138 was 138, checked in by mafoipsl, 17 years ago

add JobRunOptions? used in AA_job

File size: 5.0 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#========================================================================
5#D-- UserChoices -
6[UserChoices]
7#============================
8#-- (<8 chars MAX for JobName)
9JobName=ESM_00
10LongName="script for ipsl_esm_v1 config"
11TagName=IPSL_ESM_V1
12#============================
13#-- leap, noleap, 360d
14CalendarType=360d
15#-- Début et fin de Job
16#-- "YYYY-MM-DD"
17DateBegin=1990-01-01
18DateEnd=1990-01-01
19#============================
20#-- 1Y, 1M, 5D, 1D
21PeriodLength=1D
22#============================
23#-- PBS Class (required on brodie mono/multi)
24#JobClass=mono
25JobClass=multi
26#============================
27#-- Total Number of Processors (minimum is 2 for a coupled configuration)
28#JobNumProcTot=2
29JobNumProcTot=6
30#============================
31#-- Run Options : here for oasis coupling
32JobRunOptions='"-np 1 -max_np "${NUM_PROC_OASIS}'
33#============================
34# config.card configuration options :
35R_INIT=/dmnfs/p86cozic/IGCM/INIT
36R_BC=/dmnfs/p86cozic/IGCM/BC
37#PeriodNb=2
38#============================
39
40#========================================================================
41#D-- ListOfComponents -
42[ListOfComponents]
43#D- For each component, Name of component, Tag of component
44ATM= (lmdz, LMDZ.4)
45SRF= (orchidee, ORCHIDEE.1.3)
46OCE= (opa, OPA8.2)
47ICE= (lim, LIM.1)
48CHM= (inca, INCA3)
49CPL= (oasis, OASIS3)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54Name=oasis
55#D- For each component, Real name of executable, Name of executable for oasis
56ATM= (gcm.e, lmdz.x)
57#-- IPSL-CM4_IPCC =>? mod.def
58SRF= ("", "")
59OCE= (opa, opa.xx)
60ICE= ("", "")
61CHM= ("", "")
62CPL= (oasis, oasis)
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=1869-12-30
71#D- Define restart simulation name (=> JOB_OS)
72RestartJobName=CD1
73#D- Path Server Group Login (=> PSGL)
74RestartPath=/u/rech/ces/rces452/IGCM_OUT/IPSLCM4_v1_OASIS3
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=NONE
83#D- If you want to monitor variables, this flag determines
84#D- frequency of post-processing submission
85MonitoringFrequency=NONE
86#D- If you want to produce time series, this flag determines
87#D- frequency of post-processing submission
88TimeSeriesFrequency=10Y
89#D- If you want to produce seasonal average, this flag determines
90#D- the period of this average
91SeasonalFrequency=10Y
92
93#========================================================================
94#D-- ATM -
95[ATM]
96#
97WriteFrequency="1M 1D HF"
98# If config_Restarts_OverRule == 'n' all params are read
99Restart= n
100# Last day of the experience used as restart
101RestartDate=1999-12-30
102# Define restart simulation name
103RestartJobName=2L18
104RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
105# Old component name for restart (if empty, use new name)
106OldName=
107
108#========================================================================
109#D-- OCE -
110[OCE]
111WriteFrequency="1M 1D"
112Restart= n
113##-- Last day of the experience used as restart
114RestartDate=1999-12-30
115# Define restart simulation name
116RestartJobName=2L18
117RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
118# Old component name for restart (if empty, use new name)
119OldName=
120
121#========================================================================
122#D-- ICE -
123[ICE]
124WriteFrequency="1M"
125Restart= n
126##-- Last day of the experience used as restart
127RestartDate=1999-12-30
128# Define restart simulation name
129RestartJobName=2L18           
130RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
131# Old component name for restart (if empty, use new name)
132OldName=
133
134#========================================================================
135#D-- SRF -
136[SRF]
137WriteFrequency="1M"
138Restart=n
139##-- Last day of the experience used as restart
140RestartDate=1999-12-30
141# Define restart simulation name
142RestartJobName=2L18
143RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
144#-- Old component name for restart (if empty, use new name)
145OldName=
146
147#========================================================================
148#D-- CPL -
149[CPL]
150WriteFrequency="1D"
151Restart= n
152##-- Last day of the experience used as restart
153RestartDate=1999-12-30
154# Define restart simulation name
155RestartJobName=2L18
156RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
157# Old component name for restart (if empty, use new name)
158OldName=
159
160#========================================================================
161#D-- CHM -
162[CHM]
163WriteFrequency="1M"
164Restart=n
165#D-- Last day of the experience used as restart
166RestartDate=2000-01-01
167#D-- Define restart simulation name
168RestartJobName=Test_nvSc_AER
169RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
170#D-- Old component name for restart (if empty, use new name)
171OldName=""
172
173#========================================================================
Note: See TracBrowser for help on using the repository browser.