source: CONFIG/IPSLCM/IPSLCM4_v2/trunk/EXP00/config.card.OldName

Last change on this file was 169, checked in by sdipsl, 17 years ago

Modifications :

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