source: CONFIG/LMDZORINCA/trunk/EXP_CH4_AER/config.card @ 901

Last change on this file since 901 was 888, checked in by acosce, 14 years ago

ACo: update LMDZORINCA config

1- add TS in inca.card
2- add repertory POST for monitoring
3- change calendar by default (now : leap) and limit files

File size: 3.7 KB
Line 
1# $Id: config.card 266 2008-02-26 10:17:54Z acosce $
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#========================================================================
7#D-- UserChoices -
8[UserChoices]
9#============================
10#D-- (<8 chars MAX for JobName)
11JobName=LOI_CA_00
12LongName='LMDz-ORCHIDEE-INCA with New scripts'
13TagName=LMDZORINCA/CH4_AER
14#============================
15#D-- leap, noleap, 360d
16CalendarType=leap
17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=2000-01-01
20DateEnd=2000-12-31
21#============================
22#D-- 1Y, 1M, 5D, 1D
23PeriodLength=1M
24#============================
25#-- PBS Class (required on brodie mono/multi)
26#JobClass=mono
27JobClass=multi
28#============================
29#-- Total Number of Processors (minimum is 2 for a coupled configuration)
30#JobNumProcTot=2
31JobNumProcTot=4
32#============================
33#-- Run Options : here for oasis coupling
34JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
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_2)
41CHM= (inca, INCA3)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=gcm.e
47#D- For each component, Real name of executable, Name of executable for oasis
48#ATM= (gcm_${config_UserChoices_TagName}.e, gcm.e)
49ATM= (gcm.e, gcm.e)
50SRF= ("", "")
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=1869-12-30
60#D- Define restart simulation name (=> JOB_OS)
61RestartJobName=JobName
62#D- Path Server Group Login (=> PSGL)
63RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4_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=1M
72#D- Do we rebuild parallel output from archive
73RebuildFromArchive=true
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=1M
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=5Y
80
81#========================================================================
82#D-- ATM -
83[ATM]
84#
85WriteFrequency="1M 1D HF"
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=2000-01-01
90# Define restart simulation name
91RestartJobName=JobName
92RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4_AER
93# Old component name for restart (if empty, use new name)
94OldName=""
95
96#========================================================================
97#D-- SRF -
98[SRF]
99WriteFrequency="1M"
100Restart=n
101##-- Last day of the experience used as restart
102RestartDate=1999-12-30
103# Define restart simulation name
104RestartJobName=JobName
105RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4_AER
106#-- Old component name for restart (if empty, use new name)
107OldName=
108
109
110
111#========================================================================
112#D-- CHM -
113[CHM]
114WriteFrequency="1M"
115Restart=n
116#D-- Last day of the experience used as restart
117RestartDate=2000-01-01
118#D-- Define restart simulation name
119RestartJobName=JobName
120RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4_AER
121#D-- Old component name for restart (if empty, use new name)
122OldName=""
123
124#========================================================================
Note: See TracBrowser for help on using the repository browser.