source: CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/config.card @ 494

Last change on this file since 494 was 388, checked in by aclsce, 16 years ago

Modifications to compile and run IPSLCM5 configuration on platine (CCRT
scalar machine)

File size: 4.3 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= (lim, 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- If you want to produce time series, this flag determines
83#D- frequency of post-processing submission
84TimeSeriesFrequency=10Y
85#D- If you want to produce seasonal average, this flag determines
86#D- the period of this average
87SeasonalFrequency=10Y
88
89#========================================================================
90#D-- ATM -
91[ATM]
92#
93WriteFrequency="1M 1D HF"
94# If config_Restarts_OverRule == 'n' all params are read
95Restart= n
96# Last day of the experience used as restart
97RestartDate=1999-12-30
98# Define restart simulation name
99RestartJobName=2L18
100RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
101# Old component name for restart (if empty, use new name)
102OldName=
103
104#========================================================================
105#D-- OCE -
106[OCE]
107WriteFrequency="1M 1D"
108Restart= n
109##-- Last day of the experience used as restart
110RestartDate=1999-12-30
111# Define restart simulation name
112RestartJobName=2L18
113RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
114# Old component name for restart (if empty, use new name)
115OldName=
116
117#========================================================================
118#D-- ICE -
119[ICE]
120WriteFrequency="1M"
121Restart= n
122##-- Last day of the experience used as restart
123RestartDate=1999-12-30
124# Define restart simulation name
125RestartJobName=2L18           
126RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
127# Old component name for restart (if empty, use new name)
128OldName=
129
130#========================================================================
131#D-- SRF -
132[SRF]
133WriteFrequency="1M"
134Restart=n
135##-- Last day of the experience used as restart
136RestartDate=1999-12-30
137# Define restart simulation name
138RestartJobName=2L18
139RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
140#-- Old component name for restart (if empty, use new name)
141OldName=
142
143#========================================================================
144#D-- CPL -
145[CPL]
146WriteFrequency="1D"
147Restart= n
148##-- Last day of the experience used as restart
149RestartDate=1999-12-30
150# Define restart simulation name
151RestartJobName=2L18
152RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
153# Old component name for restart (if empty, use new name)
154OldName=
155
156#========================================================================
Note: See TracBrowser for help on using the repository browser.