source: CONFIG/IPSL_ESM/IPSL_ESM_v1/trunk/EXP00/config.card @ 511

Last change on this file since 511 was 269, checked in by acosce, 16 years ago

ACo : (IPSL_ESM_V1)

fixe a bug on platine (with inca.dat file)
compile inca with the good resolution

File size: 4.8 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=ESM_100
13LongName="script for ipsl_esm_v1 config"
14TagName=IPSL_ESM_V1
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Début et fin de Job
19#-- "YYYY-MM-DD"
20DateBegin=1990-01-01
21DateEnd=1990-01-01
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1D
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
38#========================================================================
39#D-- ListOfComponents -
40[ListOfComponents]
41#D- For each component, Name of component, Tag of component
42ATM= (lmdz, LMDZ.4)
43SRF= (orchidee, ORCHIDEE.1.9)
44OCE= (opa, OPA8.2)
45ICE= (lim, LIM.1)
46CHM= (inca, INCA3)
47CPL= (oasis, OASIS3)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=run_file
53#D- For each component, Real name of executable, Name of executable for oasis
54ATM= (gcm.e, lmdz.x)
55SRF= ("", "")
56OCE= (opa, opa.xx)
57ICE= ("", "")
58CHM= (inca.dat, inca.dat)
59CPL= (oasis, oasis)
60
61#========================================================================
62#D-- Restarts -
63[Restarts]
64#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
65OverRule=n
66#D- Last day of the experience used as restart
67RestartDate=1869-12-30
68#D- Define restart simulation name
69RestartJobName=CD1
70#D- Path Server Group Login
71RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
72# Attention login depend de la machine
73
74#========================================================================
75#D-- Post -
76[Post]
77#D- Do we rebuild parallel output, this flag determines
78#D- frequency of rebuild submission
79RebuildFrequency=NONE
80#D- If you want to monitor variables, this flag determines
81#D- frequency of post-processing submission
82MonitoringFrequency=NONE
83#D- If you want to produce time series, this flag determines
84#D- frequency of post-processing submission
85TimeSeriesFrequency=10Y
86#D- If you want to produce seasonal average, this flag determines
87#D- the period of this average
88SeasonalFrequency=10Y
89
90#========================================================================
91#D-- ATM -
92[ATM]
93#
94WriteFrequency="1M 1D HF"
95# If config_Restarts_OverRule == 'n' all params are read
96Restart= n
97# Last day of the experience used as restart
98RestartDate=1999-12-30
99# Define restart simulation name
100RestartJobName=2L18
101RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
102# Old component name for restart (if empty, use new name)
103OldName=
104
105#========================================================================
106#D-- OCE -
107[OCE]
108WriteFrequency="1M 1D"
109Restart= n
110##-- Last day of the experience used as restart
111RestartDate=1999-12-30
112# Define restart simulation name
113RestartJobName=2L18
114RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
115# Old component name for restart (if empty, use new name)
116OldName=
117
118#========================================================================
119#D-- ICE -
120[ICE]
121WriteFrequency="1M"
122Restart= n
123##-- Last day of the experience used as restart
124RestartDate=1999-12-30
125# Define restart simulation name
126RestartJobName=2L18           
127RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
128# Old component name for restart (if empty, use new name)
129OldName=
130
131#========================================================================
132#D-- SRF -
133[SRF]
134WriteFrequency="1M"
135Restart=n
136##-- Last day of the experience used as restart
137RestartDate=1999-12-30
138# Define restart simulation name
139RestartJobName=2L18
140RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
141#-- Old component name for restart (if empty, use new name)
142OldName=
143
144#========================================================================
145#D-- CPL -
146[CPL]
147WriteFrequency="1D"
148Restart= n
149##-- Last day of the experience used as restart
150RestartDate=1999-12-30
151# Define restart simulation name
152RestartJobName=2L18
153RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
154# Old component name for restart (if empty, use new name)
155OldName=
156
157#========================================================================
158#D-- CHM -
159[CHM]
160WriteFrequency="1M"
161Restart=n
162#D-- Last day of the experience used as restart
163RestartDate=2000-01-01
164#D-- Define restart simulation name
165RestartJobName=Test_nvSc_AER
166RestartPath=${ARCHIVE}/IGCM_OUT/IPSL_ESM_V1
167#D-- Old component name for restart (if empty, use new name)
168OldName=""
169
170#========================================================================
Note: See TracBrowser for help on using the repository browser.