source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/GES/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=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#============================
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#========================================================================
103#D-- SRF -
104[SRF]
105# WriteFrequency is not used any more for ORCHIDEE
106# Output files are now managed in orchidee.card
107WriteFrequency=""
108Restart=n
109##-- Last day of the experience used as restart
110RestartDate=1999-12-30
111# Define restart simulation name
112RestartJobName=JobName
113RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
114
115#========================================================================
116#D-- SBG - STOMATE
117[SBG]
118# WriteFrequency is not used any more for ORCHIDEE
119# Output files are now managed in stomate.card
120WriteFrequency=""
121# If config_Restarts_OverRule == 'n' next 4 params are read
122Restart=n
123#-- Last day of the experience used as restart for this component if Restart=y
124RestartDate=2000-01-31
125# Define restart simulation name for this component
126RestartJobName=EXP00
127RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
128
129#========================================================================
130#D-- CHM -
131[CHM]
132#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
133#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
134WriteFrequency="1D"
135Restart=n
136#D-- Last day of the experience used as restart
137RestartDate=2000-01-01
138#D-- Define restart simulation name
139RestartJobName=JobName
140RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
141
142#========================================================================
143#D-- IOS -
144[IOS]
145WriteFrequency=""
146# If config_Restarts_OverRule == 'n' next 4 params are read
147Restart= n
148##-- Last day of the experience used as restart for this component if Restart=y
149RestartDate=
150# Define restart simulation name for this component
151RestartJobName=
152RestartPath=
153
154#========================================================================
Note: See TracBrowser for help on using the repository browser.