source: CONFIG/trunk/IPSL_ESM_V1/EXP00/config.card @ 103

Last change on this file since 103 was 103, checked in by acosce, 17 years ago

ACo : First import of configuration IPSL_ESM_V1

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