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

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

Add stomate in configuration LMDZORINCA - 39 levels - GES

File size: 4.4 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour un run GES en resolution 96x95x39
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='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  créés par S.Szopa '
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_5)
43SBG= (stomate, ORCHIDEE_1_9_5)
44CHM= (inca, INCA3)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49Name=gcm.e
50#D- For each component, Real name of executable, Name of executable for oasis
51ATM= (gcm.e, gcm.e)
52SRF= ("", "")
53SBG= ("", "")
54CHM= (inca.dat, inca.dat)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=2005-12-31
63#D- Define restart simulation name (=> JOB_OS)
64RestartJobName=LOI_AR5WERF_E0_2006
65#D- Path Server Group Login (=> PSGL)
66RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
67# Attention login depend de la machine
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we rebuild parallel output, this flag determines
73#D- frequency of rebuild submission
74RebuildFrequency=1D
75#D- Do we rebuild parallel output from archive
76RebuildFromArchive=NONE
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79TimeSeriesFrequency=NONE
80#D- If you want to produce seasonal average, this flag determines
81#D- the period of this average
82SeasonalFrequency=NONE
83
84#========================================================================
85#D-- ATM -
86[ATM]
87#
88WriteFrequency="1M 1D HF"
89# If config_Restarts_OverRule == 'n' all params are read
90Restart= n
91# Last day of the experience used as restart
92RestartDate=2000-01-01
93# Define restart simulation name
94RestartJobName=JobName
95RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
96# Old component name for restart (if empty, use new name)
97OldName=""
98
99#========================================================================
100#D-- SRF -
101[SRF]
102WriteFrequency="1M"
103Restart=n
104##-- Last day of the experience used as restart
105RestartDate=1999-12-30
106# Define restart simulation name
107RestartJobName=JobName
108RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
109#-- Old component name for restart (if empty, use new name)
110OldName=
111
112#========================================================================
113#D-- SBG - STOMATE
114[SBG]
115WriteFrequency="1M"
116# If config_Restarts_OverRule == 'n' next 4 params are read
117Restart=n
118#-- Last day of the experience used as restart for this component if Restart=y
119RestartDate=2000-01-31
120# Define restart simulation name for this component
121RestartJobName=EXP00
122RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
123#-- Old component name for restart (if empty, use new name)
124OldName=
125
126#========================================================================
127#D-- CHM -
128[CHM]
129WriteFrequency="1M"
130Restart=n
131#D-- Last day of the experience used as restart
132RestartDate=2000-01-01
133#D-- Define restart simulation name
134RestartJobName=JobName
135RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/GES
136#D-- Old component name for restart (if empty, use new name)
137OldName=""
138
139#========================================================================
Note: See TracBrowser for help on using the repository browser.