source: CONFIG/UNIFORM/v5/LMDZREPR_v5/EXPERIMENTS/LMDZREPR/ref1/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.1 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=repr1
13#----- Short Name of Experiment
14ExperimentName=REF1
15#----- DEVT TEST PROD
16SpaceName=TEST
17LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4"
18TagName=LMDZOR
19#D- Choice of experiment in EXPERIEMENTS directory
20ExpType=LMDZREPR/ref1
21#============================
22#-- leap, noleap, 360d
23CalendarType=360d
24#-- Begin and end of job
25#-- "YYYY-MM-DD"
26DateBegin=1980-01-01
27DateEnd=1980-04-30
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
40#JobRunOptions='"-np "${NUM_PROC_ATM}'
41#-- for vargas
42JobRunOptions=''
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-- CHM --
83[CHM]
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=
89# Define restart simulation name for this component
90RestartJobName=
91RestartPath=
92#-- Old component name for restart (if empty, use new name)
93OldName=
94
95#========================================================================
96#D-- ListOfComponents -
97[ListOfComponents]
98#D- For each component, Name of component, Tag of component
99ATM= (lmdz, LMDZ5)
100CHM= (reprobus, REPROBUS)
101
102#========================================================================
103#D-- Executable -
104[Executable]
105Name=lmdz.x
106#D- For each component, Real name of executable, Name of executable for oasis
107ATM= (gcm.e, lmdz.x)
108CHM= ("", "")
109
110#========================================================================
111#D-- Post -
112[Post]
113#D- Do we rebuild parallel output, this flag determines
114#D- frequency of rebuild submission (use NONE for DRYRUN=3)
115RebuildFrequency=1Y
116#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
117RebuildFromArchive=NONE
118#D- If you want to produce time series, this flag determines
119#D- frequency of post-processing submission (NONE if you don't want)
120TimeSeriesFrequency=NONE
121#D- If you want to produce seasonal average, this flag determines
122#D- the period of this average (NONE if you don't want)
123SeasonalFrequency=NONE
124#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
125#D- Usefull if you do not want to consider the first X simulation's years
126SeasonalFrequencyOffset=0
127
128#========================================================================
Note: See TracBrowser for help on using the repository browser.