source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/GES/config.card @ 4625

Last change on this file since 4625 was 4625, checked in by acosce, 5 years ago

new configuration with LMDZ trunk

File size: 5.4 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
5#D--
6#========================================================================
7#D-- Compatibility -
8[Compatibility]
9libIGCM=1.0
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#D-- (<8 chars MAX for JobName)
15JobName=L5OI5run
16SpaceName=PROD
17ExperimentName=GES
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/GES
22#============================
23#D-- leap, noleap, 360d
24CalendarType=leap
25#D-- Début et fin de Job
26#D-- "YYYY-MM-DD"
27DateBegin=2006-01-01
28DateEnd=2006-12-31
29#============================
30#D-- 1Y, 1M, 5D, 1D
31PeriodLength=1M
32#-- Source following file with module settings, only if it exists
33EnvFile=`pwd`/../ARCH/arch.env
34#============================
35#-- ResolAtm indicates the atmospheric resolution
36#   This variable is used in the executable name
37ResolAtm=96x95x39
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42#============================
43ConfChem=GES
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ5)
49SRF= (orchidee, orchidee_1_9_5)
50SBG= (stomate, ORCHIDEE_1_9_5)
51CHM= (inca, INCA5)
52IOS= (xios, XIOS)
53
54#========================================================================
55#D-- Executable -
56[Executable]
57Name=gcm.e
58#D- For each component, Real name of executable, Name of executable for oasis
59ATM= (gcm_${ResolAtm}_${OptMode}_${ConfChem}.e, gcm.e, 48MPI, 12OMP)
60SRF= ("", "")
61SBG= ("", "")
62CHM= ("", "")
63IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
64
65#========================================================================
66#D-- Restarts -
67[Restarts]
68#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
69OverRule=n
70#D- Last day of the experience used as restart
71RestartDate=2005-12-31
72#D- Define restart simulation name (=> JOB_OS)
73RestartJobName=LOI_AR5WERF_E0_2006
74#D- Path Server Group Login (=> PSGL)
75RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
76# Attention login depend de la machine
77
78#========================================================================
79#D-- Post -
80[Post]
81#D- Do we rebuild parallel output, this flag determines
82#D- frequency of rebuild submission
83RebuildFrequency=NONE
84#D- Do we pack restart and debug txt files, this flag determines
85#D- frequency of pack submission (use NONE for DRYRUN=3)
86PackFrequency=1Y
87#D- If you want to produce time series, this flag determines
88#D- frequency of post-processing submission
89TimeSeriesFrequency=1Y
90#D- If you want to produce seasonal average, this flag determines
91#D- the period of this average
92SeasonalFrequency=NONE
93#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
94#D- Usefull if you do not want to consider the first X simulation s years
95SeasonalFrequencyOffset=0
96
97#========================================================================
98#D-- ATM -
99[ATM]
100#
101WriteFrequency="1M 1D HF"
102# If config_Restarts_OverRule == 'n' all params are read
103Restart= n
104# Last day of the experience used as restart
105RestartDate=2000-01-01
106# Define restart simulation name
107RestartJobName=JobName
108RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
109
110
111#========================================================================
112#D-- SRF -
113[SRF]
114# WriteFrequency is not used any more for ORCHIDEE
115# Output files are now managed in orchidee.card
116WriteFrequency=""
117Restart=n
118##-- Last day of the experience used as restart
119RestartDate=1999-12-30
120# Define restart simulation name
121RestartJobName=JobName
122RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
123
124#========================================================================
125#D-- SBG - STOMATE
126[SBG]
127# WriteFrequency is not used any more for ORCHIDEE
128# Output files are now managed in stomate.card
129WriteFrequency=""
130# If config_Restarts_OverRule == 'n' next 4 params are read
131Restart=n
132#-- Last day of the experience used as restart for this component if Restart=y
133RestartDate=2000-01-31
134# Define restart simulation name for this component
135RestartJobName=EXP00
136RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
137
138#========================================================================
139#D-- CHM -
140[CHM]
141#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
142#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
143WriteFrequency="1D"
144Restart=n
145#D-- Last day of the experience used as restart
146RestartDate=2000-01-01
147#D-- Define restart simulation name
148RestartJobName=JobName
149RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
150
151#========================================================================
152#D-- IOS -
153[IOS]
154WriteFrequency=""
155# If config_Restarts_OverRule == 'n' next 4 params are read
156Restart= n
157##-- Last day of the experience used as restart for this component if Restart=y
158RestartDate=
159# Define restart simulation name for this component
160RestartJobName=
161RestartPath=
162
163#========================================================================
Note: See TracBrowser for help on using the repository browser.