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

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