source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/config.card

Last change on this file was 906, checked in by mafoipsl, 14 years ago

Use noleap calendar as default. histrac history file is disabled and not saved anymore in lmdz.card.

File size: 6.0 KB
Line 
1#
2# This is config.card file for IPSLCM5 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=EXP00
13LongName="IPSLCM5_v2"
14TagName=IPSLCM5
15#============================
16#-- leap, noleap, 360d
17CalendarType=noleap
18#-- Experiment dates : Beginning and ending
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1860-12-31
22#============================
23#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
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#-- for vargas
37#JobRunOptions='"-pgmmodel MPMD -cmdfile"'
38#============================
39# config.card configuration options :
40#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
41#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
42#R_BC=/u/rech/psl/rpsl035/IGCM/BC
43#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
44#============================
45
46#========================================================================
47#D-- Restarts -
48[Restarts]
49#D- by default: config.card describes no restart for all components
50#D-             ie start from Levitus or limit files
51#D- If you want to restart all components from the same simulation,
52#D-      put OveRule flag to 'y' and set the next 3 parameters
53OverRule=n
54#D- Last day of the experience used as restart for all components
55RestartDate=1869-12-30
56#D- Define restart simulation name for all components
57RestartJobName=CD1
58#D- Path Server Group Login
59RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
60
61#========================================================================
62#D-- ATM -
63[ATM]
64#
65WriteFrequency="1M 1D HF"
66# If config_Restarts_OverRule == 'n' next 4 params are read
67Restart= n
68# Last day of the experience used as restart for this component if Restart=y
69RestartDate=1999-12-30
70# Define restart simulation name for this component
71RestartJobName=2L18
72RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
73# Old component name for restart (if empty, use new name)
74OldName=
75
76#========================================================================
77#D-- OCE -
78[OCE]
79WriteFrequency="1M 1D"
80# If config_Restarts_OverRule == 'n' next 4 params are read
81Restart= n
82##-- Last day of the experience used as restart for this component if Restart=y
83RestartDate=1999-12-30
84# Define restart simulation name for this component
85RestartJobName=2L18
86RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
87# Old component name for restart (if empty, use new name)
88OldName=
89
90#========================================================================
91#D-- ICE -
92[ICE]
93WriteFrequency="1M 1D"
94# If config_Restarts_OverRule == 'n' next 4 params are read
95Restart= n
96##-- Last day of the experience used as restart for this component if Restart=y
97RestartDate=1999-12-30
98# Define restart simulation name for this component
99RestartJobName=2L18           
100RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
101# Old component name for restart (if empty, use new name)
102OldName=
103
104#========================================================================
105#D-- SRF -
106[SRF]
107WriteFrequency="1M"
108# If config_Restarts_OverRule == 'n' next 4 params are read
109Restart=n
110##-- Last day of the experience used as restart for this component if Restart=y
111RestartDate=1999-12-30
112# Define restart simulation name for this component
113RestartJobName=2L18
114RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
115#-- Old component name for restart (if empty, use new name)
116OldName=
117
118#========================================================================
119#D-- SRF - STOMATE
120[SBG]
121WriteFrequency="1M"
122# If config_Restarts_OverRule == 'n' next 4 params are read
123Restart=n
124#-- Last day of the experience used as restart for this component if Restart=y
125RestartDate=1999-12-30
126# Define restart simulation name for this component
127RestartJobName=2L18
128RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
129#-- Old component name for restart (if empty, use new name)
130OldName=
131
132#========================================================================
133#D-- CPL -
134[CPL]
135WriteFrequency="1M 1D"
136# If config_Restarts_OverRule == 'n' next 4 params are read
137Restart= n
138##-- Last day of the experience used as restart for this component if Restart=y
139RestartDate=1999-12-30
140# Define restart simulation name for this component
141RestartJobName=2L18
142RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
143# Old component name for restart (if empty, use new name)
144OldName=
145
146#========================================================================
147#D-- ListOfComponents -
148[ListOfComponents]
149#D- For each component, Name of component, Tag of component
150ATM= (lmdz, LMDZ4-dev)
151SRF= (orchidee, ORCHIDEE_1_9_4_AR5)
152SBG= (stomate, ORCHIDEE_1_9_4_AR5)
153OCE= (opa9, NEMO_v3_2)
154ICE= (lim2, LIM_2)
155CPL= (oasis, OASIS3)
156
157#========================================================================
158#D-- Executable -
159[Executable]
160Name=run_file
161#D- For each component, Real name of executable, Name of executable for oasis
162ATM= (gcm.e, lmdz.x)
163SRF= ("", "")
164SBG= ("", "")
165OCE= (opa, opa.xx)
166ICE= ("", "")
167CPL= (oasis, oasis)
168
169#========================================================================
170#D-- Post -
171[Post]
172#D- Do we rebuild parallel output, this flag determines
173#D- frequency of rebuild submission (use NONE for DRYRUN=3)
174RebuildFrequency=5Y
175#D- Do we rebuild parallel output from archive
176RebuildFromArchive=true
177#D- If you want to produce time series, this flag determines
178#D- frequency of post-processing submission (NONE if you don't want)
179TimeSeriesFrequency=10Y
180#D- If you want to produce seasonal average, this flag determines
181#D- the period of this average (NONE if you don't want)
182SeasonalFrequency=10Y
183#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
184#D- Usefull if you do not want to consider the first X simulation's years
185SeasonalFrequencyOffset=0
186
187#========================================================================
Note: See TracBrowser for help on using the repository browser.