source: CONFIG/IPSLCM/IPSLCM4_v2/tags/IPSLCM4_v2_4/EXP00/config.card

Last change on this file was 442, checked in by sdipsl, 15 years ago

SD : - adapt to the libIGCM trunk

File size: 4.5 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=LO1
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}/IGCM_OUT/IPSLCM4_v2
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
81#D- BETA FEATURE
82RebuildFrequency=NONE
83#D- Do we rebuild parallel output from archive
84#D- BETA FEATURE
85RebuildFromArchive=false
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}/IGCM_OUT/IPSLCM4_v2
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}/IGCM_OUT/IPSLCM4_v2
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}/IGCM_OUT/IPSLCM4_v2
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}/IGCM_OUT/IPSLCM4_v2
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}/IGCM_OUT/IPSLCM4_v2
157# Old component name for restart (if empty, use new name)
158OldName=
159
160#========================================================================
Note: See TracBrowser for help on using the repository browser.