source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/config.card @ 565

Last change on this file since 565 was 565, checked in by mafoipsl, 15 years ago

MAF for ESCI : lim2 component for IPSLCM5_WORK

File size: 4.4 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM 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=CM5
13LongName="SCRIPT_V1"
14TagName=IPSLCM5
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Début et fin de Job
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1860-02-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= (nemo, NEMO_v3_beta)
49ICE= (lim2, LIM_2)
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}/IGCM_OUT/IPSLCM5
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- Do we rebuild parallel output from archive
83RebuildFromArchive=true
84#D- If you want to produce time series, this flag determines
85#D- frequency of post-processing submission
86TimeSeriesFrequency=10Y
87#D- If you want to produce seasonal average, this flag determines
88#D- the period of this average
89SeasonalFrequency=10Y
90
91#========================================================================
92#D-- ATM -
93[ATM]
94#
95WriteFrequency="1M 1D HF"
96# If config_Restarts_OverRule == 'n' all params are read
97Restart= n
98# Last day of the experience used as restart
99RestartDate=1999-12-30
100# Define restart simulation name
101RestartJobName=2L18
102RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
103# Old component name for restart (if empty, use new name)
104OldName=
105
106#========================================================================
107#D-- OCE -
108[OCE]
109WriteFrequency="1M 1D"
110Restart= n
111##-- Last day of the experience used as restart
112RestartDate=1999-12-30
113# Define restart simulation name
114RestartJobName=2L18
115RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
116# Old component name for restart (if empty, use new name)
117OldName=
118
119#========================================================================
120#D-- ICE -
121[ICE]
122WriteFrequency="1M"
123Restart= n
124##-- Last day of the experience used as restart
125RestartDate=1999-12-30
126# Define restart simulation name
127RestartJobName=2L18           
128RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
129# Old component name for restart (if empty, use new name)
130OldName=
131
132#========================================================================
133#D-- SRF -
134[SRF]
135WriteFrequency="1M"
136Restart=n
137##-- Last day of the experience used as restart
138RestartDate=1999-12-30
139# Define restart simulation name
140RestartJobName=2L18
141RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
142#-- Old component name for restart (if empty, use new name)
143OldName=
144
145#========================================================================
146#D-- CPL -
147[CPL]
148WriteFrequency="1D"
149Restart= n
150##-- Last day of the experience used as restart
151RestartDate=1999-12-30
152# Define restart simulation name
153RestartJobName=2L18
154RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
155# Old component name for restart (if empty, use new name)
156OldName=
157
158#========================================================================
Note: See TracBrowser for help on using the repository browser.