source: CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_GES/config.card @ 1553

Last change on this file since 1553 was 1553, checked in by acosce, 13 years ago

Change card of LMDZORINCA for 39 levels dev

File size: 3.8 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour un run GES en resolution 96x72
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#========================================================================
9#D-- UserChoices -
10[UserChoices]
11#============================
12#D-- (<8 chars MAX for JobName)
13JobName=LOIG3_39_00
14LongName='LMDz-ORCHIDEE-INCA with New scripts'
15TagName=LMDZORINCA/GES
16#============================
17#D-- leap, noleap, 360d
18CalendarType=leap
19#D-- Début et fin de Job
20#D-- "YYYY-MM-DD"
21DateBegin=2006-01-01
22DateEnd=2006-01-01
23#============================
24#D-- 1Y, 1M, 5D, 1D
25PeriodLength=1D
26#============================
27#-- PBS Class (required on brodie mono/multi)
28#JobClass=mono
29JobClass=multi
30#============================
31#-- Total Number of Processors (minimum is 2 for a coupled configuration)
32#JobNumProcTot=2
33JobNumProcTot=32
34#============================
35#-- Run Options : here for oasis coupling
36JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
37#========================================================================
38#D-- ListOfComponents -
39[ListOfComponents]
40#D- For each component, Name of component, Tag of component
41ATM= (lmdz, LMDZ4)
42SRF= (orchidee, orchidee_1_9_2)
43CHM= (inca, INCA3)
44
45#========================================================================
46#D-- Executable -
47[Executable]
48Name=gcm.e
49#D- For each component, Real name of executable, Name of executable for oasis
50ATM= (gcm.e, gcm.e)
51SRF= ("", "")
52CHM= (inca.dat, inca.dat)
53
54#========================================================================
55#D-- Restarts -
56[Restarts]
57#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
58OverRule=n
59#D- Last day of the experience used as restart
60RestartDate=1869-12-30
61#D- Define restart simulation name (=> JOB_OS)
62RestartJobName=JobName
63#D- Path Server Group Login (=> PSGL)
64RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
65# Attention login depend de la machine
66
67#========================================================================
68#D-- Post -
69[Post]
70#D- Do we rebuild parallel output, this flag determines
71#D- frequency of rebuild submission
72RebuildFrequency=1D
73#D- Do we rebuild parallel output from archive
74RebuildFromArchive=none
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency=NONE
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency=NONE
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=JobName
93RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
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=JobName
106RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
107#-- Old component name for restart (if empty, use new name)
108OldName=
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/GES
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.