source: CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZOR/clim/config.card @ 1743

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

Change variables UserSpec? into ExpType? in config.card due to previous change in directory name.

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