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
RevLine 
[615]1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
[1064]3#D-- Carte pour run AR5WERF --
4#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
5#D--
6#========================================================================
[615]7#D-- Compatibility -
8[Compatibility]
9libIGCM=1.0
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#D-- (<8 chars MAX for JobName)
[1625]15JobName=LOI3_AR5WERF
[1724]16LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  crees par S.Szopa '
[1575]17TagName=LMDZORINCA/${CHEM}
[615]18#============================
19#D-- leap, noleap, 360d
[888]20CalendarType=leap
[615]21#D-- Début et fin de Job
22#D-- "YYYY-MM-DD"
[1064]23DateBegin=2006-01-01
24DateEnd=2006-12-31
[615]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)
[1557]34JobNumProcTot=32
[615]35#============================
36#-- Run Options : here for oasis coupling
[1625]37#-- For Vargas
38#JobRunOptions=JobRunOptions=''
39#-- For Titane
[615]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)
[1064]46SRF= (orchidee, orchidee_1_9_5)
[1565]47SBG= (stomate, ORCHIDEE_1_9_5)
[615]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= ("", "")
[1565]57SBG= ("", "")
[615]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'
[1565]64OverRule=n
[615]65#D- Last day of the experience used as restart
[1064]66RestartDate=2005-12-31
[615]67#D- Define restart simulation name (=> JOB_OS)
[1064]68RestartJobName=LOI_AR5WERF_E0_2006
[615]69#D- Path Server Group Login (=> PSGL)
[1064]70RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]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
[1058]78RebuildFrequency=1Y
[858]79#D- Do we rebuild parallel output from archive
[1575]80RebuildFromArchive=NONE
[615]81#D- If you want to produce time series, this flag determines
82#D- frequency of post-processing submission
[1565]83TimeSeriesFrequency=NONE
[615]84#D- If you want to produce seasonal average, this flag determines
85#D- the period of this average
[1565]86SeasonalFrequency=NONE
[615]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
[858]98RestartJobName=JobName
99RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]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
[858]112RestartJobName=JobName
113RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]114#-- Old component name for restart (if empty, use new name)
[858]115OldName=""
[615]116
[1565]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=
[615]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
[858]139RestartJobName=JobName
140RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
[615]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.