source: CONFIG/UNIFORM/v5/LMDZORINCA_v5.2/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card

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

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

File size: 4.5 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=NMHC_AER
18LongName='nouvelles configs + LMDZ5 INCA4 39 '
19TagName=LMDZORINCA
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZORINCA/NMHC_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#-- PBS Class (required on brodie mono/multi)
34#JobClass=mono
35JobClass=multi
36#============================
37#-- Run Options : here for oasis coupling
38#-- For Vargas
39#JobRunOptions=JobRunOptions=''
40#-- For Titane
41JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46ATM= (lmdz, LMDZ4)
47SRF= (orchidee, orchidee_1_9_5)
48SBG= (stomate, ORCHIDEE_1_9_5)
49CHM= (inca, INCA3)
50
51#========================================================================
52#D-- Executable -
53[Executable]
54Name=gcm.e
55#D- For each component, Real name of executable, Name of executable for oasis
56ATM= (gcm.e, gcm.e, 32MPI)
57SRF= ("", "")
58SBG= ("", "")
59CHM= ("", "")
60
61#========================================================================
62#D-- Restarts -
63[Restarts]
64#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
65OverRule=n
66#D- Last day of the experience used as restart
67RestartDate=2005-12-31
68#D- Define restart simulation name (=> JOB_OS)
69RestartJobName=LOI_AR5WERF_E0_2006
70#D- Path Server Group Login (=> PSGL)
71RestartPath=/ccc/work/cont003/dsm/p24cozic/INPUT_INCA/IGCM_OUT/LMDZORINCA/NMHC_AER
72# Attention login depend de la machine
73
74#========================================================================
75#D-- Post -
76[Post]
77#D- Do we rebuild parallel output, this flag determines
78#D- frequency of rebuild submission
79RebuildFrequency=1Y
80#D- Do we rebuild parallel output from archive
81RebuildFromArchive=NONE
82#D- If you want to produce time series, this flag determines
83#D- frequency of post-processing submission
84TimeSeriesFrequency=NONE
85#D- If you want to produce seasonal average, this flag determines
86#D- the period of this average
87SeasonalFrequency=NONE
88#D-
89PackFrequency=1Y
90
91#========================================================================
92#D-- ATM -
93[ATM]
94#
95WriteFrequency="1M 1D HF"
96# If config_Restarts_OverRule == 'n' all params are read
97Restart= n
98# Last day of the experience used as restart
99RestartDate=2000-01-01
100# Define restart simulation name
101RestartJobName=JobName
102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
103# Old component name for restart (if empty, use new name)
104OldName=""
105
106
107#========================================================================
108#D-- SRF -
109[SRF]
110WriteFrequency="1M"
111Restart=n
112##-- Last day of the experience used as restart
113RestartDate=1999-12-30
114# Define restart simulation name
115RestartJobName=JobName
116RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
117#-- Old component name for restart (if empty, use new name)
118OldName=""
119
120#========================================================================
121#D-- SBG - STOMATE
122[SBG]
123WriteFrequency="1M"
124# If config_Restarts_OverRule == 'n' next 4 params are read
125Restart=n
126#-- Last day of the experience used as restart for this component if Restart=y
127RestartDate=2000-01-31
128# Define restart simulation name for this component
129RestartJobName=EXP00
130RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
131#-- Old component name for restart (if empty, use new name)
132OldName=
133
134#========================================================================
135#D-- CHM -
136[CHM]
137WriteFrequency="1M"
138Restart=n
139#D-- Last day of the experience used as restart
140RestartDate=2000-01-01
141#D-- Define restart simulation name
142RestartJobName=JobName
143RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
144#D-- Old component name for restart (if empty, use new name)
145OldName=""
146
147#========================================================================
Note: See TracBrowser for help on using the repository browser.