source: CONFIG/LMDZORINCA/branches/LMDZORINCA_v2/EXP_AER/config.card

Last change on this file was 1119, checked in by acosce, 14 years ago

New version of LMDZORINCA ---> same configuration than IPSLCM5A/EXP00 for
Orchidee

  • add stomate.card
  • add stomate.driver
File size: 4.4 KB
Line 
1#- $Id: config.card 280 2008-02-29 11:27:51Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Attention c'est un run nudge
5#D-- Attention il applique un overRule pour les restart
6#D--
7#========================================================================
8#D-- Compatibility -
9[Compatibility]
10libIGCM=1.0
11#========================================================================
12#D-- UserChoices -
13[UserChoices]
14#============================
15#D-- (<8 chars MAX for JobName)
16JobName=LOI_AER_STOMATE
17LongName='version permettant activer stomate dans orchidee '
18TagName=LMDZORINCA/AER
19#============================
20#D-- leap, noleap, 360d
21CalendarType=leap
22#D-- Début et fin de Job
23#D-- "YYYY-MM-DD"
24DateBegin=2006-01-01
25DateEnd=2006-12-31
26#============================
27#D-- 1Y, 1M, 5D, 1D
28PeriodLength=1M
29#============================
30#-- PBS Class (required on brodie mono/multi)
31#JobClass=mono
32JobClass=multi
33#============================
34#-- Total Number of Processors (minimum is 2 for a coupled configuration)
35#JobNumProcTot=2
36JobNumProcTot=4
37#============================
38#-- Run Options : here for oasis coupling
39JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
40#========================================================================
41#D-- ListOfComponents -
42[ListOfComponents]
43#D- For each component, Name of component, Tag of component
44ATM= (lmdz, LMDZ4)
45SRF= (orchidee, orchidee_1_9_5)
46SBG= (stomate, ORCHIDEE_1_9_5)
47CHM= (inca, INCA3)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=gcm.e
53#D- For each component, Real name of executable, Name of executable for oasis
54ATM= (gcm.e, gcm.e)
55SRF= ("", "")
56SBG= ("", "")
57CHM= (inca.dat, inca.dat)
58
59#========================================================================
60#D-- Restarts -
61[Restarts]
62#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
63OverRule=n
64#D- Last day of the experience used as restart
65RestartDate=1999-12-31
66#D- Define restart simulation name (=> JOB_OS)
67RestartJobName=JobName
68#D- Path Server Group Login (=> PSGL)
69RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/AER
70# Attention login depend de la machine
71
72#========================================================================
73#D-- Post -
74[Post]
75#D- Do we rebuild parallel output, this flag determines
76#D- frequency of rebuild submission
77RebuildFrequency=1Y
78#D- Do we rebuild parallel output from archive
79RebuildFromArchive=none
80#D- If you want to produce time series, this flag determines
81#D- frequency of post-processing submission
82TimeSeriesFrequency=1Y
83#D- If you want to produce seasonal average, this flag determines
84#D- the period of this average
85SeasonalFrequency=5Y
86
87#========================================================================
88#D-- ATM -
89[ATM]
90#
91WriteFrequency="1M 1D HF"
92# If config_Restarts_OverRule == 'n' all params are read
93Restart=n
94# Last day of the experience used as restart
95RestartDate=1999-12-31
96# Define restart simulation name
97RestartJobName=JobName
98RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/AER
99# Old component name for restart (if empty, use new name)
100OldName=""
101
102
103#========================================================================
104#D-- SRF -
105[SRF]
106WriteFrequency="1M"
107Restart=n
108##-- Last day of the experience used as restart
109RestartDate=1999-12-31
110# Define restart simulation name
111RestartJobName=JobName
112RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/AER
113#-- Old component name for restart (if empty, use new name)
114OldName=
115
116#========================================================================
117#D-- SBG - STOMATE
118[SBG]
119WriteFrequency="1M"
120# If config_Restarts_OverRule == 'n' next 4 params are read
121Restart=n
122#-- Last day of the experience used as restart for this component if Restart=y
123RestartDate=1999-12-31
124# Define restart simulation name for this component
125RestartJobName=
126JobNameEXP00
127RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl
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=1999-12-31
138#D-- Define restart simulation name
139RestartJobName=JobName
140RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/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.