source: CONFIG/LMDZORINCA/branches/LMDZORINCA4_HET/EXP_NMHCAER_HET/config.card @ 1795

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

New config for INCA4_HET model

File size: 4.5 KB
Line 
1#- $Id: config.card 69 2007-06-21 14:08:22Z acosce $
2#========================================================================
3#D-- Carte pour run AR5WERF --
4#D-- Attention c'est un run nudge
5#D-- Attention il applique un overRule pour les restart
6#D-- Les fichiers sflx - aircraft - start - startphy créés par S. Szopa
7#D--
8#========================================================================
9#D-- Compatibility -
10[Compatibility]
11libIGCM=1.0
12#========================================================================
13#D-- UserChoices -
14[UserChoices]
15#============================
16#D-- (<8 chars MAX for JobName)
17JobName=LOIHET_00
18LongName='run de reference : AR5WERF 2006 -- Fichiers sflx / aircraft / start / startphy  créés par S.Szopa '
19TagName=LMDZORINCA/NMHC_AER
20#============================
21#D-- leap, noleap, 360d
22CalendarType=leap
23#D-- Début et fin de Job
24#D-- "YYYY-MM-DD"
25DateBegin=2006-01-01
26DateEnd=2006-01-31
27#============================
28#D-- 1Y, 1M, 5D, 1D
29PeriodLength=1M
30#============================
31#-- PBS Class (required on brodie mono/multi)
32#JobClass=mono
33JobClass=multi
34#============================
35#-- Total Number of Processors (minimum is 2 for a coupled configuration)
36#JobNumProcTot=2
37JobNumProcTot=24
38#============================
39#-- Run Options : here for oasis coupling
40JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45ATM= (lmdz, LMDZ4)
46SRF= (orchidee, orchidee_1_9_5)
47SBG= (stomate, ORCHIDEE_1_9_5)
48CHM= (inca, INCA3)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=gcm.e
54#D- For each component, Real name of executable, Name of executable for oasis
55ATM= (gcm.e, gcm.e)
56SRF= ("", "")
57SBG= ("", "")
58CHM= (inca.dat, inca.dat)
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
64OverRule=n
65#D- Last day of the experience used as restart
66RestartDate=2005-12-31
67#D- Define restart simulation name (=> JOB_OS)
68RestartJobName=LOI_AR5WERF_E0_2006
69#D- Path Server Group Login (=> PSGL)
70RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
71# Attention login depend de la machine
72
73#========================================================================
74#D-- Post -
75[Post]
76#D- Do we rebuild parallel output, this flag determines
77#D- frequency of rebuild submission
78RebuildFrequency=1M
79#D- Do we rebuild parallel output from archive
80RebuildFromArchive=none
81#D- If you want to produce time series, this flag determines
82#D- frequency of post-processing submission
83TimeSeriesFrequency=1M
84#D- If you want to produce seasonal average, this flag determines
85#D- the period of this average
86SeasonalFrequency=NONE
87
88#========================================================================
89#D-- ATM -
90[ATM]
91#
92WriteFrequency="1M 1D HF"
93# If config_Restarts_OverRule == 'n' all params are read
94Restart= n
95# Last day of the experience used as restart
96RestartDate=2000-01-01
97# Define restart simulation name
98RestartJobName=JobName
99RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
100# Old component name for restart (if empty, use new name)
101OldName=""
102
103
104#========================================================================
105#D-- SRF -
106[SRF]
107WriteFrequency="1M"
108Restart=n
109##-- Last day of the experience used as restart
110RestartDate=1999-12-30
111# Define restart simulation name
112RestartJobName=JobName
113RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
114#-- Old component name for restart (if empty, use new name)
115OldName=""
116
117#========================================================================
118#D-- SBG - STOMATE
119[SBG]
120WriteFrequency="1M"
121# If config_Restarts_OverRule == 'n' next 4 params are read
122Restart=n
123#-- Last day of the experience used as restart for this component if Restart=y
124RestartDate=2000-01-31
125# Define restart simulation name for this component
126RestartJobName=EXP00
127RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
128#-- Old component name for restart (if empty, use new name)
129OldName=
130
131#========================================================================
132#D-- CHM -
133[CHM]
134WriteFrequency="1M"
135Restart=n
136#D-- Last day of the experience used as restart
137RestartDate=2000-01-01
138#D-- Define restart simulation name
139RestartJobName=JobName
140RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
141#D-- Old component name for restart (if empty, use new name)
142OldName=""
143
144#========================================================================
Note: See TracBrowser for help on using the repository browser.