source: CONFIG/UNIFORM/v5/LMDZORINCA_v5.2/EXPERIMENTS/LMDZORINCA/GES/config.card @ 2671

Last change on this file since 2671 was 2671, checked in by acosce, 8 years ago

Adapted config.card and COMP/inca.card for libIGCM_v2.7 for LMDZORINCA_v5.2 configuration

File size: 4.2 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=L5OI4run
16SpaceName=PROD
17ExperimentName=GES
18LongName='nouvelles configs + LMDZ5 INCA4 39 '
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, LMDZ4)
37SRF= (orchidee, orchidee_1_9_5)
38SBG= (stomate, ORCHIDEE_1_9_5)
39CHM= (inca, INCA3)
40
41#========================================================================
42#D-- Executable -
43[Executable]
44Name=gcm.e
45#D- For each component, Real name of executable, Name of executable for oasis
46ATM= (gcm.e, gcm.e, 32MPI)
47SRF= ("", "")
48SBG= ("", "")
49CHM= ("", "")
50
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
55OverRule=n
56#D- Last day of the experience used as restart
57RestartDate=2005-12-31
58#D- Define restart simulation name (=> JOB_OS)
59RestartJobName=LOI_AR5WERF_E0_2006
60#D- Path Server Group Login (=> PSGL)
61RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
62# Attention login depend de la machine
63
64#========================================================================
65#D-- Post -
66[Post]
67#D- Do we rebuild parallel output, this flag determines
68#D- frequency of rebuild submission
69RebuildFrequency=1Y
70#D- Do we rebuild parallel output from archive
71RebuildFromArchive=NONE
72#D- If you want to produce time series, this flag determines
73#D- frequency of post-processing submission
74TimeSeriesFrequency=NONE
75#D- If you want to produce seasonal average, this flag determines
76#D- the period of this average
77SeasonalFrequency=NONE
78#D-
79PackFrequency=1Y
80
81#========================================================================
82#D-- ATM -
83[ATM]
84#
85WriteFrequency="1M 1D HF"
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=2000-01-01
90# Define restart simulation name
91RestartJobName=JobName
92RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
93# Old component name for restart (if empty, use new name)
94OldName=""
95
96
97#========================================================================
98#D-- SRF -
99[SRF]
100WriteFrequency="1M"
101Restart=n
102##-- Last day of the experience used as restart
103RestartDate=1999-12-30
104# Define restart simulation name
105RestartJobName=JobName
106RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
107#-- Old component name for restart (if empty, use new name)
108OldName=""
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#-- Old component name for restart (if empty, use new name)
122OldName=
123
124#========================================================================
125#D-- CHM -
126[CHM]
127WriteFrequency="1M"
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#D-- Old component name for restart (if empty, use new name)
135OldName=""
136
137#========================================================================
Note: See TracBrowser for help on using the repository browser.