Climatology: config.card

File config.card, 4.1 KB (added by mafoipsl, 17 years ago)

config.card used for HH20B

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