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

Last change on this file since 730 was 615, checked in by acosce, 15 years ago

ACo : update LMDZORINCA config

File size: 3.8 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=360d
17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=2000-01-01
20DateEnd=2000-12-30
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=CD1
62#D- Path Server Group Login (=> PSGL)
63RestartPath=/dmnfs/p86denv/SORTIES_CPL_IPSL/
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=NONE
72#D- If you want to monitor variables, this flag determines
73#D- frequency of post-processing submission
74MonitoringFrequency=NONE
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency=1M
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency=5Y
81
82#========================================================================
83#D-- ATM -
84[ATM]
85#
86WriteFrequency="1M 1D HF"
87# If config_Restarts_OverRule == 'n' all params are read
88Restart= n
89# Last day of the experience used as restart
90RestartDate=2000-01-01
91# Define restart simulation name
92RestartJobName=Test_nvSc_AER
93RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
94# Old component name for restart (if empty, use new name)
95OldName=""
96
97#========================================================================
98#D-- SRF -
99[SRF]
100WriteFrequency="1M"
101Restart=n
102##-- Last day of the experience used as restart
103RestartDate=1999-12-30
104# Define restart simulation name
105RestartJobName=2L18
106RestartPath=${ARCHIVE}/p86denv/SORTIES_CPL_IPSL
107#-- Old component name for restart (if empty, use new name)
108OldName=
109
110
111
112#========================================================================
113#D-- CHM -
114[CHM]
115WriteFrequency="1M"
116Restart=n
117#D-- Last day of the experience used as restart
118RestartDate=2000-01-01
119#D-- Define restart simulation name
120RestartJobName=Test_nvSc_AER
121RestartPath=/dmnfs11/p86cozic/IGCM_OUT/AER
122#D-- Old component name for restart (if empty, use new name)
123OldName=""
124
125#========================================================================
Note: See TracBrowser for help on using the repository browser.