source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card @ 4788

Last change on this file since 4788 was 4788, checked in by acosce, 4 years ago

update lmdzorinca_v6.1.10 configuration :

  • to take in account histdaystrataer
  • add compression level
File size: 5.0 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_AER
18LongName='nouvelles configs + LMDZ5 INCA5 39 + Xios + possibilite nouvelle physique '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC_AER
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#============================
33#-- Compression level for netcdf output files
34CompressionLevel=2
35#============================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ5)
40SRF= (orchidee, orchidee_1_9_5)
41SBG= (stomate, ORCHIDEE_1_9_5)
42CHM= (inca, INCA5)
43IOS= (xios, XIOS)
44
45#========================================================================
46#D-- Executable -
47[Executable]
48Name=gcm.e
49#D- For each component, Real name of executable, Name of executable for oasis
50ATM= (gcm.e, gcm.e, 48MPI, 12OMP)
51SRF= ("", "")
52SBG= ("", "")
53CHM= ("", "")
54IOS= (xios_server.exe, xios.x, 1MPI)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=2005-12-31
63#D- Define restart simulation name (=> JOB_OS)
64RestartJobName=LOI_AR5WERF_E0_2006
65#D- Path Server Group Login (=> PSGL)
66RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
67# Attention login depend de la machine
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we rebuild parallel output, this flag determines
73#D- frequency of rebuild submission
74RebuildFrequency=NONE
75#D- Do we pack restart and debug txt files, this flag determines
76#D- frequency of pack submission (use NONE for DRYRUN=3)
77PackFrequency=1Y
78#D- If you want to produce time series, this flag determines
79#D- frequency of post-processing submission
80TimeSeriesFrequency=1Y
81#D- If you want to produce seasonal average, this flag determines
82#D- the period of this average
83SeasonalFrequency=NONE
84#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
85#D- Usefull if you do not want to consider the first X simulation s years
86SeasonalFrequencyOffset=0
87
88#========================================================================
89#D-- ATM -
90[ATM]
91#
92WriteFrequency="1M 1D HF"
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=2000-01-01
97# Define restart simulation name
98RestartJobName=JobName
99RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
100
101#========================================================================
102#D-- SRF -
103[SRF]
104# WriteFrequency is not used any more for ORCHIDEE
105# Output files are now managed in orchidee.card
106WriteFrequency=""
107Restart=n
108##-- Last day of the experience used as restart
109RestartDate=1999-12-30
110# Define restart simulation name
111RestartJobName=JobName
112RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
113
114#========================================================================
115#D-- SBG - STOMATE
116[SBG]
117# WriteFrequency is not used any more for ORCHIDEE
118# Output files are now managed in stomate.card
119WriteFrequency=""
120# If config_Restarts_OverRule == 'n' next 4 params are read
121Restart=n
122#-- Last day of the experience used as restart for this component if Restart=y
123RestartDate=2000-01-31
124# Define restart simulation name for this component
125RestartJobName=EXP00
126RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
127
128#========================================================================
129#D-- CHM -
130[CHM]
131#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
132#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
133WriteFrequency="1D"
134Restart=n
135#D-- Last day of the experience used as restart
136RestartDate=2000-01-01
137#D-- Define restart simulation name
138RestartJobName=JobName
139RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
140
141#========================================================================
142#D-- IOS -
143[IOS]
144WriteFrequency=""
145# If config_Restarts_OverRule == 'n' next 4 params are read
146Restart= n
147##-- Last day of the experience used as restart for this component if Restart=y
148RestartDate=
149# Define restart simulation name for this component
150RestartJobName=
151RestartPath=
152
153#========================================================================
Note: See TracBrowser for help on using the repository browser.