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

Last change on this file since 3582 was 3159, checked in by acosce, 7 years ago

remove inca_common.nc file in output - Add the possibility to manage the writefrequency for inca from config.card

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