source: CONFIG/trunk/IPSLCM4_v2/EXP00/config.card.OldName @ 162

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

JobClass? and JobNumProcTot? set in config.card.OldName?

File size: 4.3 KB
Line 
1#
2# This is config.card file for restart with an old simulation tree.
3#
4#========================================================================
5#D-- UserChoices -
6[UserChoices]
7#============================
8#-- (<8 chars MAX for JobName)
9JobName=TESTSCR
10LongName=SCRIPT_V1
11TagName=IPSLCM4_v1_OASIS3
12#============================
13#-- leap, noleap, 360d
14CalendarType=360d
15#-- Début et fin de Job
16#-- "YYYY-MM-DD"
17DateBegin=1860-01-01
18DateEnd=1860-01-15
19#============================
20#-- 1Y, 1M, 5D, 1D
21PeriodLength=5D
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=4
30#============================
31
32#========================================================================
33#D-- ListOfComponents -
34[ListOfComponents]
35#D- For each component, Name of component, Tag of component
36ATM= (lmdz, LMDZ.4)
37SRF= (orchidee, ORCHIDEE.1.3)
38OCE= (opa, OPA8.2)
39ICE= (lim, LIM.1)
40#-- CHM= (inca, INCA)
41CPL= (oasis, OASIS3)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=oasis
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, lmdz.x)
49#-- IPSL-CM4_IPCC =>? mod.def
50SRF= ("", "")
51OCE= (opa, opa.xx)
52ICE= ("", "")
53#-- CHM= ("", "")
54CPL= (oasis, oasis)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=1869-12-30
63#D- Define restart simulation name (=> JOB_OS)
64RestartJobName=CD1
65#D- Path Server Group Login (=> PSGL)
66RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
67# Attention login depend de la machine
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we rebuild parallel output, this flag determines
73#D- frequency of rebuild submission
74RebuildFrequency=NONE
75#D- If you want to monitor variables, this flag determines
76#D- frequency of post-processing submission
77MonitoringFrequency=NONE
78#D- If you want to produce time series, this flag determines
79#D- frequency of post-processing submission
80TimeSeriesFrequency=10Y
81#D- If you want to produce seasonal average, this flag determines
82#D- the period of this average
83SeasonalFrequency=10Y
84
85#========================================================================
86#D-- ATM -
87[ATM]
88#
89WriteFrequency="1M 1D HF"
90# If config_Restarts_OverRule == 'n' all params are read
91Restart= y
92# Last day of the experience used as restart
93RestartDate=1999-12-30
94# Define restart simulation name
95RestartJobName=2L18
96RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
97# Old component name for restart (if empty, use new name)
98OldName="Atm"
99
100#========================================================================
101#D-- OCE -
102[OCE]
103WriteFrequency="1M 1D"
104Restart= y
105##-- Last day of the experience used as restart
106RestartDate=1999-12-30
107# Define restart simulation name
108RestartJobName=2L18
109RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
110# Old component name for restart (if empty, use new name)
111OldName="Oce"
112
113#========================================================================
114#D-- ICE -
115[ICE]
116WriteFrequency="1M"
117Restart= y
118##-- Last day of the experience used as restart
119RestartDate=1999-12-30
120# Define restart simulation name
121RestartJobName=2L18           
122RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
123# Old component name for restart (if empty, use new name)
124OldName="Lim"
125
126#========================================================================
127#D-- SRF -
128[SRF]
129WriteFrequency="1M"
130Restart=y
131##-- Last day of the experience used as restart
132RestartDate=1999-12-30
133# Define restart simulation name
134RestartJobName=2L18
135RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
136#-- Old component name for restart (if empty, use new name)
137OldName="Srf"
138
139#========================================================================
140#D-- CPL -
141[CPL]
142WriteFrequency="1D"
143Restart= y
144##-- Last day of the experience used as restart
145RestartDate=1999-12-30
146# Define restart simulation name
147RestartJobName=2L18
148RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
149# Old component name for restart (if empty, use new name)
150OldName="Cpl"
151
152#========================================================================
Note: See TracBrowser for help on using the repository browser.