source: CONFIG/UNIFORM/v5/IPSLCM5_v5/USER_SPEC/LMDZOR/clim/config.card @ 1720

Last change on this file since 1720 was 1652, checked in by jgipsl, 12 years ago

IPSLCM5_v4 : Added LMDZOR clim experience.

File size: 4.6 KB
Line 
1# $Id$
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=LMDZOR01
13#----- Short Name of Experiment
14ExperimentName=clim
15#----- DEVT TEST PROD
16SpaceName=TEST
17LongName="LMDZOR configuration"
18TagName=LMDZOR
19UserSpec=LMDZOR/clim
20#============================
21#-- leap, noleap, 360d
22CalendarType=360d
23#-- Begin and end of job
24#-- "YYYY-MM-DD"
25DateBegin=1980-01-01
26DateEnd=1980-01-31
27#============================
28#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
29PeriodLength=1M
30#============================
31#-- PBS Class (required on brodie mono/multi)
32#JobClass=mono
33JobClass=multi
34#============================
35#-- Total Number of Processors
36JobNumProcTot=32
37#============================
38#-- Run Options
39JobRunOptions='"-np "${NUM_PROC_ATM}'
40#-- for vargas
41#JobRunOptions=''
42#============================
43# config.card configuration options :
44#R_INIT=/u/rech/psl/rpsl035/IGCM/INIT
45#R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT
46#R_BC=/u/rech/psl/rpsl035/IGCM/BC
47#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
48#============================
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart for all components
59RestartDate=2000-01-31
60#D- Define restart simulation name for all components
61RestartJobName=EXP00
62#D- Path Server Group Login
63RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
64
65#========================================================================
66#D-- ATM -
67[ATM]
68#
69WriteFrequency="1M 1D HF"
70# If config_Restarts_OverRule == 'n' next 4 params are read
71Restart=n
72# Last day of the experience used as restart for this component if Restart=y
73RestartDate=2000-01-31
74# Define restart simulation name for this component
75RestartJobName=LMDZOR01
76RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
77# Old component name for restart (if empty, use new name)
78OldName=
79
80#========================================================================
81#D-- SRF -
82[SRF]
83WriteFrequency="1M HF"
84# If config_Restarts_OverRule == 'n' next 4 params are read
85Restart=n
86##-- Last day of the experience used as restart for this component if Restart=y
87RestartDate=2000-01-31
88# Define restart simulation name for this component
89RestartJobName=EXP00
90RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
91#-- Old component name for restart (if empty, use new name)
92OldName=
93
94#========================================================================
95#D-- SBG - STOMATE
96[SBG]
97WriteFrequency="1M"
98# If config_Restarts_OverRule == 'n' next 4 params are read
99Restart=n
100#-- Last day of the experience used as restart for this component if Restart=y
101RestartDate=2000-01-31
102# Define restart simulation name for this component
103RestartJobName=EXP00
104RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
105#-- Old component name for restart (if empty, use new name)
106OldName=
107
108#========================================================================
109#D-- ListOfComponents -
110[ListOfComponents]
111#D- For each component, Name of component, Tag of component
112ATM= (lmdz, LMDZ4_AR5)
113SRF= (orchidee, ORCHIDEE_1_9_5)
114SBG= (stomate, ORCHIDEE_1_9_5)
115
116#========================================================================
117#D-- Executable -
118[Executable]
119Name=lmdz.x
120#D- For each component, Real name of executable, Name of executable for oasis
121ATM= (gcm.e, lmdz.x)
122SRF= ("", "")
123SBG= ("", "")
124
125#========================================================================
126#D-- Post -
127[Post]
128#D- Do we rebuild parallel output, this flag determines
129#D- frequency of rebuild submission (use NONE for DRYRUN=3)
130RebuildFrequency=1Y
131#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
132RebuildFromArchive=NONE
133#D- If you want to produce time series, this flag determines
134#D- frequency of post-processing submission (NONE if you don't want)
135TimeSeriesFrequency=10Y
136#D- If you want to produce seasonal average, this flag determines
137#D- the period of this average (NONE if you don't want)
138SeasonalFrequency=10Y
139#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
140#D- Usefull if you do not want to consider the first X simulation's years
141SeasonalFrequencyOffset=0
142
143#========================================================================
Note: See TracBrowser for help on using the repository browser.