source: CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/LMDZOR/clim/config.card @ 2456

Last change on this file since 2456 was 2456, checked in by acosce, 9 years ago

Add new configuration IPSLCM6CHT

File size: 4.7 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
19#D- Choice of experiment in EXPERIEMENTS directory
20ExpType=LMDZOR/clim
21#============================
22#-- leap, noleap, 360d
23CalendarType=360d
24#-- Begin and end of job
25#-- "YYYY-MM-DD"
26DateBegin=1980-01-01
27DateEnd=1980-01-30
28#============================
29#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
30PeriodLength=1M
31#============================
32#-- Total Number of Processors
33JobNumProcTot=32
34
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ4_AR5)
40SRF= (orchidee, ORCHIDEE_1_9_5)
41SBG= (stomate, ORCHIDEE_1_9_5)
42IOS= (xios, XIOS)
43
44#========================================================================
45#D-- Executable -
46[Executable]
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, lmdz.x, 31MPI, 1OMP)
49SRF= ("", "")
50SBG= ("", "")
51IOS= (xios_server.exe, xios.x, 1MPI)
52
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- by default: config.card describes no restart for all components
57#D-             ie start from Levitus or limit files
58#D- If you want to restart all components from the same simulation,
59#D-      put OveRule flag to 'y' and set the next 3 parameters
60OverRule=n
61#D- Last day of the experience used as restart for all components
62RestartDate=2000-01-31
63#D- Define restart simulation name for all components
64RestartJobName=EXP00
65#D- Path Server Group Login
66RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
67
68#========================================================================
69#D-- ATM -
70[ATM]
71#
72WriteFrequency="1M 1D HF"
73# If config_Restarts_OverRule == 'n' next 4 params are read
74Restart=n
75# Last day of the experience used as restart for this component if Restart=y
76RestartDate=2000-01-31
77# Define restart simulation name for this component
78RestartJobName=LMDZOR01
79RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
80# Old component name for restart (if empty, use new name)
81OldName=
82
83#========================================================================
84#D-- SRF -
85[SRF]
86WriteFrequency="1M HF"
87# If config_Restarts_OverRule == 'n' next 4 params are read
88Restart=n
89##-- Last day of the experience used as restart for this component if Restart=y
90RestartDate=2000-01-31
91# Define restart simulation name for this component
92RestartJobName=EXP00
93RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
94#-- Old component name for restart (if empty, use new name)
95OldName=
96
97#========================================================================
98#D-- SBG - STOMATE
99[SBG]
100WriteFrequency="1M"
101# If config_Restarts_OverRule == 'n' next 4 params are read
102Restart=n
103#-- Last day of the experience used as restart for this component if Restart=y
104RestartDate=2000-01-31
105# Define restart simulation name for this component
106RestartJobName=EXP00
107RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
108#-- Old component name for restart (if empty, use new name)
109OldName=
110
111#========================================================================
112#D-- IOS -
113[IOS]
114WriteFrequency=""
115# If config_Restarts_OverRule == 'n' next 4 params are read
116Restart= n
117##-- Last day of the experience used as restart for this component if Restart=y
118RestartDate=
119# Define restart simulation name for this component
120RestartJobName=
121RestartPath=
122# Old component name for restart (if empty, use new name)
123OldName=
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.