source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/NMHC/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=NMHC
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC
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=NMHC
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#D-- SRF -
112[SRF]
113# WriteFrequency is not used any more for ORCHIDEE
114# Output files are now managed in orchidee.card
115WriteFrequency=""
116Restart=n
117##-- Last day of the experience used as restart
118RestartDate=1999-12-30
119# Define restart simulation name
120RestartJobName=JobName
121RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
122
123#========================================================================
124#D-- SBG - STOMATE
125[SBG]
126# WriteFrequency is not used any more for ORCHIDEE
127# Output files are now managed in stomate.card
128WriteFrequency=""
129# If config_Restarts_OverRule == 'n' next 4 params are read
130Restart=n
131#-- Last day of the experience used as restart for this component if Restart=y
132RestartDate=2000-01-31
133# Define restart simulation name for this component
134RestartJobName=EXP00
135RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
136
137#========================================================================
138#D-- CHM -
139[CHM]
140#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
141#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
142WriteFrequency="1D"
143Restart=n
144#D-- Last day of the experience used as restart
145RestartDate=2000-01-01
146#D-- Define restart simulation name
147RestartJobName=JobName
148RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
149
150#========================================================================
151#D-- IOS -
152[IOS]
153WriteFrequency=""
154# If config_Restarts_OverRule == 'n' next 4 params are read
155Restart= n
156##-- Last day of the experience used as restart for this component if Restart=y
157RestartDate=
158# Define restart simulation name for this component
159RestartJobName=
160RestartPath=
161
162#========================================================================
Note: See TracBrowser for help on using the repository browser.