source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/config.card @ 686

Last change on this file since 686 was 652, checked in by sdipsl, 15 years ago

Aerosols entry names has evolved in lmdz to smoothly move evolve towards more species : BC, POM, DUST, SS.
A little "gadget" added in post-processing

File size: 5.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=CM5
13LongName="SCRIPT_V1"
14TagName=IPSLCM5
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Experiment dates : Beginning and ending
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1860-02-30
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#============================
37# config.card configuration options :
38#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
39#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
40#R_BC=/u/rech/psl/rpsl035/IGCM/BC
41#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
42#============================
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ.4)
49SRF= (orchidee, ORCHIDEE.1.9.2)
50OCE= (opa9, NEMO_v3_1 + revision 1340)
51ICE= (lim2, LIM_2)
52CPL= (oasis, OASIS3)
53
54#========================================================================
55#D-- Executable -
56[Executable]
57Name=run_file
58#D- For each component, Real name of executable, Name of executable for oasis
59ATM= (gcm.e, lmdz.x)
60SRF= ("", "")
61OCE= (opa, opa.xx)
62ICE= ("", "")
63CPL= (oasis, oasis)
64
65#========================================================================
66#D-- Restarts -
67[Restarts]
68#D- If you want a GENERAL RULE FOR ALL COMPONENTS RESTARTS, put this flag to 'y'
69OverRule=n
70#D- Last day of the experience used as restart
71RestartDate=1869-12-30
72#D- Define restart simulation name
73RestartJobName=CD1
74#D- Path Server Group Login
75RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
76
77#========================================================================
78#D-- Post -
79[Post]
80#D- Do we rebuild parallel output, this flag determines
81#D- frequency of rebuild submission
82RebuildFrequency=NONE
83#D- Do we rebuild parallel output from archive
84RebuildFromArchive=true
85#D- If you want to produce time series, this flag determines
86#D- frequency of post-processing submission
87TimeSeriesFrequency=10Y
88#D- If you want to produce seasonal average, this flag determines
89#D- the period of this average
90SeasonalFrequency=10Y
91#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
92#D- Usefull if you do not want to consider the first X simulation's years
93SeasonalFrequencyOffset=0
94
95#========================================================================
96#D-- ATM -
97[ATM]
98#
99WriteFrequency="1M 1D HF"
100# If config_Restarts_OverRule == 'n' all params are read
101Restart= n
102# Last day of the experience used as restart for this component
103RestartDate=1999-12-30
104# Define restart simulation name
105RestartJobName=2L18
106RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
107# Old component name for restart (if empty, use new name)
108OldName=
109
110#========================================================================
111#D-- OCE -
112[OCE]
113WriteFrequency="1M"
114# If config_Restarts_OverRule == 'n' all params are read
115Restart= n
116##-- Last day of the experience used as restart for this component
117RestartDate=1999-12-30
118# Define restart simulation name
119RestartJobName=2L18
120RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
121# Old component name for restart (if empty, use new name)
122OldName=
123
124#========================================================================
125#D-- ICE -
126[ICE]
127WriteFrequency="1M"
128# If config_Restarts_OverRule == 'n' all params are read
129Restart= n
130##-- Last day of the experience used as restart for this component
131RestartDate=1999-12-30
132# Define restart simulation name
133RestartJobName=2L18           
134RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
135# Old component name for restart (if empty, use new name)
136OldName=
137
138#========================================================================
139#D-- SRF -
140[SRF]
141WriteFrequency="1M"
142# If config_Restarts_OverRule == 'n' all params are read
143Restart=n
144##-- Last day of the experience used as restart for this component
145RestartDate=1999-12-30
146# Define restart simulation name
147RestartJobName=2L18
148RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
149#-- Old component name for restart (if empty, use new name)
150OldName=
151
152#========================================================================
153#D-- CPL -
154[CPL]
155WriteFrequency="1D"
156# If config_Restarts_OverRule == 'n' all params are read
157Restart= n
158##-- Last day of the experience used as restart for this component
159RestartDate=1999-12-30
160# Define restart simulation name
161RestartJobName=2L18
162RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5
163# Old component name for restart (if empty, use new name)
164OldName=
165
166#========================================================================
Note: See TracBrowser for help on using the repository browser.