source: CONFIG/LMDZORINCA/trunk/EXP_IPCC/config.card @ 1058

Last change on this file since 1058 was 1058, checked in by acosce, 14 years ago
File size: 3.7 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z 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_IPCC
12LongName='LMDz-ORCHIDEE-INCA with New scripts'
13TagName=LMDZORINCA/NMHC_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-01-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/NMHC_AER
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=1Y
71#D- Do we rebuild parallel output from archive
72RebuildFromArchive=none
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75TimeSeriesFrequency=1Y
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/NMHC_AER
92# Old component name for restart (if empty, use new name)
93OldName=""
94
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/NMHC_AER
106#-- Old component name for restart (if empty, use new name)
107OldName=
108
109
110#========================================================================
111#D-- CHM -
112[CHM]
113WriteFrequency="1M"
114Restart=n
115#D-- Last day of the experience used as restart
116RestartDate=2000-01-01
117#D-- Define restart simulation name
118RestartJobName=JobName
119RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
120#D-- Old component name for restart (if empty, use new name)
121OldName=""
122
123#========================================================================
Note: See TracBrowser for help on using the repository browser.