source: CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/AER/config.card @ 1810

Last change on this file since 1810 was 1810, checked in by acosce, 12 years ago

Add new directory for AER config
now we can change the resolution without change the card

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
16###SpaceName=TEST
17###ExperimentName=XXXX
18LongName='nouvelles configs + LMDZ5 INCA4 39 '
19TagName=LMDZORINCA/${CHEM}
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/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#-- Total Number of Processors (minimum is 2 for a coupled configuration)
34JobNumProcTot=32
35#============================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ4)
40SRF= (orchidee, orchidee_1_9_5)
41SBG= (stomate, ORCHIDEE_1_9_5)
42CHM= (inca, INCA3)
43
44#========================================================================
45#D-- Executable -
46[Executable]
47#D- For each component, Real name of executable, Name of executable for oasis
48ATM= (gcm.e, gcm.e)
49SRF= ("", "")
50SBG= ("", "")
51CHM= (inca.dat, inca.dat)
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=/dmnfs/cont003/p86cozic/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=1Y
72#D- Do we rebuild parallel output from archive
73RebuildFromArchive=NONE
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=NONE
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=NONE
80#D-
81PackFrequency=1Y
82#========================================================================
83#D-- ATM -
84[ATM]
85#
86WriteFrequency="1M 1D HF"
87# If config_Restarts_OverRule == 'n' all params are read
88Restart= n
89# Last day of the experience used as restart
90RestartDate=2000-01-01
91# Define restart simulation name
92RestartJobName=JobName
93RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
94# Old component name for restart (if empty, use new name)
95OldName=""
96
97
98#========================================================================
99#D-- SRF -
100[SRF]
101WriteFrequency="1M"
102Restart=n
103##-- Last day of the experience used as restart
104RestartDate=1999-12-30
105# Define restart simulation name
106RestartJobName=JobName
107RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
108#-- Old component name for restart (if empty, use new name)
109OldName=""
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#-- Old component name for restart (if empty, use new name)
123OldName=
124
125#========================================================================
126#D-- CHM -
127[CHM]
128WriteFrequency="1M"
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#D-- Old component name for restart (if empty, use new name)
136OldName=""
137
138#========================================================================
Note: See TracBrowser for help on using the repository browser.