source: CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/config.card

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

for LMDZORINCA :
1- add Bands Files by default for NMHC_AER_39levels
2- cosmetics on config.card

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=LOI3_AR5WERF
16LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  crees par S.Szopa '
17TagName=LMDZORINCA/${CHEM}
18#============================
19#D-- leap, noleap, 360d
20CalendarType=leap
21#D-- Début et fin de Job
22#D-- "YYYY-MM-DD"
23DateBegin=2006-01-01
24DateEnd=2006-12-31
25#============================
26#D-- 1Y, 1M, 5D, 1D
27PeriodLength=1M
28#============================
29#-- PBS Class (required on brodie mono/multi)
30#JobClass=mono
31JobClass=multi
32#============================
33#-- Total Number of Processors (minimum is 2 for a coupled configuration)
34JobNumProcTot=32
35#============================
36#-- Run Options : here for oasis coupling
37#-- For Vargas
38#JobRunOptions=JobRunOptions=''
39#-- For Titane
40JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45ATM= (lmdz, LMDZ4)
46SRF= (orchidee, orchidee_1_9_5)
47SBG= (stomate, ORCHIDEE_1_9_5)
48CHM= (inca, INCA3)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=gcm.e
54#D- For each component, Real name of executable, Name of executable for oasis
55ATM= (gcm.e, gcm.e)
56SRF= ("", "")
57SBG= ("", "")
58CHM= (inca.dat, inca.dat)
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
64OverRule=n
65#D- Last day of the experience used as restart
66RestartDate=2005-12-31
67#D- Define restart simulation name (=> JOB_OS)
68RestartJobName=LOI_AR5WERF_E0_2006
69#D- Path Server Group Login (=> PSGL)
70RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
71# Attention login depend de la machine
72
73#========================================================================
74#D-- Post -
75[Post]
76#D- Do we rebuild parallel output, this flag determines
77#D- frequency of rebuild submission
78RebuildFrequency=1Y
79#D- Do we rebuild parallel output from archive
80RebuildFromArchive=NONE
81#D- If you want to produce time series, this flag determines
82#D- frequency of post-processing submission
83TimeSeriesFrequency=NONE
84#D- If you want to produce seasonal average, this flag determines
85#D- the period of this average
86SeasonalFrequency=NONE
87
88#========================================================================
89#D-- ATM -
90[ATM]
91#
92WriteFrequency="1M 1D HF"
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=2000-01-01
97# Define restart simulation name
98RestartJobName=JobName
99RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
100# Old component name for restart (if empty, use new name)
101OldName=""
102
103
104#========================================================================
105#D-- SRF -
106[SRF]
107WriteFrequency="1M"
108Restart=n
109##-- Last day of the experience used as restart
110RestartDate=1999-12-30
111# Define restart simulation name
112RestartJobName=JobName
113RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
114#-- Old component name for restart (if empty, use new name)
115OldName=""
116
117#========================================================================
118#D-- SBG - STOMATE
119[SBG]
120WriteFrequency="1M"
121# If config_Restarts_OverRule == 'n' next 4 params are read
122Restart=n
123#-- Last day of the experience used as restart for this component if Restart=y
124RestartDate=2000-01-31
125# Define restart simulation name for this component
126RestartJobName=EXP00
127RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
128#-- Old component name for restart (if empty, use new name)
129OldName=
130
131#========================================================================
132#D-- CHM -
133[CHM]
134WriteFrequency="1M"
135Restart=n
136#D-- Last day of the experience used as restart
137RestartDate=2000-01-01
138#D-- Define restart simulation name
139RestartJobName=JobName
140RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
141#D-- Old component name for restart (if empty, use new name)
142OldName=""
143
144#========================================================================
Note: See TracBrowser for help on using the repository browser.