source: CONFIG/UNIFORM/v5/IPSLCM5_v5/EXPERIMENTS/LMDZOR/amip/config.card @ 2666

Last change on this file since 2666 was 2666, checked in by jgipsl, 8 years ago

Updated all config.card to be used with libIGCM v2.7 in IPSLCM5_v5 and underlaying experiments. All v5 configurations with these experiments are also updated.

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