source: CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/config.card @ 1367

Last change on this file since 1367 was 1289, checked in by jgipsl, 13 years ago

Changed JobRunOptions? : now ok at titane.

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