source: CONFIG/LMDZORINCA/trunk/EXP_CH4/config.card @ 888

Last change on this file since 888 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.6 KB
Line 
1# $Id: config.card 72 2007-06-21 14:40:18Z 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_C_00
12LongName='LMDz-ORCHIDEE-INCA with New scripts'
13TagName=LMDZORINCA/CH4
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
48ATM= (gcm.e, gcm.e)
49SRF= ("", "")
50CHM= (inca.dat, inca.dat)
51
52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
56OverRule=n
57#D- Last day of the experience used as restart
58RestartDate=1869-12-30
59#D- Define restart simulation name (=> JOB_OS)
60RestartJobName=JobName
61#D- Path Server Group Login (=> PSGL)
62RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4
63# Attention login depend de la machine
64
65#========================================================================
66#D-- Post -
67[Post]
68#D- Do we rebuild parallel output, this flag determines
69#D- frequency of rebuild submission
70RebuildFrequency=1M
71#D- Do we rebuild parallel output from archive
72RebuildFromArchive=true
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75TimeSeriesFrequency=1M
76#D- If you want to produce seasonal average, this flag determines
77#D- the period of this average
78SeasonalFrequency=5Y
79
80#========================================================================
81#D-- ATM -
82[ATM]
83#
84WriteFrequency="1M 1D HF"
85# If config_Restarts_OverRule == 'n' all params are read
86Restart= n
87# Last day of the experience used as restart
88RestartDate=2000-01-01
89# Define restart simulation name
90RestartJobName=JobName
91RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4
92# Old component name for restart (if empty, use new name)
93OldName=""
94
95#========================================================================
96#D-- SRF -
97[SRF]
98WriteFrequency="1M"
99Restart=n
100##-- Last day of the experience used as restart
101RestartDate=1999-12-30
102# Define restart simulation name
103RestartJobName=JobName
104RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4
105#-- Old component name for restart (if empty, use new name)
106OldName=
107
108
109#========================================================================
110#D-- CHM -
111[CHM]
112WriteFrequency="1M"
113Restart=n
114#D-- Last day of the experience used as restart
115RestartDate=2000-01-01
116#D-- Define restart simulation name
117RestartJobName=JobName
118RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/CH4
119#D-- Old component name for restart (if empty, use new name)
120OldName=""
121
122#========================================================================
Note: See TracBrowser for help on using the repository browser.