source: CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/EXPERIMENTS/LMDZORINCA/config.card @ 3559

Last change on this file since 3559 was 3559, checked in by acosce, 6 years ago

Add a new configuration - lmdz + orchidee + inca + reprobus

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