source: CONFIG/UNIFORM/u1/LMDZORINCA_u1/USER_SPEC/LMDZORINCA/AER_L39/config.card @ 1697

Last change on this file since 1697 was 1697, checked in by jgipsl, 12 years ago
  • Added USER_SPEC for experiment AER with LMDZORINCA.
  • Some corrections for INCA
  • Removed idissip; parameter not used by LMDZ.
File size: 4.6 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=LOI3_AR5WERF
18LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy  créés par S.Szopa '
19TagName=LMDZORINCA/${CHEM}
20UserSpec=LMDZORINCA/AER_L39
21#============================
22#D-- leap, noleap, 360d
23CalendarType=leap
24#D-- Début et fin de Job
25#D-- "YYYY-MM-DD"
26DateBegin=2006-01-01
27DateEnd=2006-12-31
28#============================
29#D-- 1Y, 1M, 5D, 1D
30PeriodLength=1M
31#============================
32#-- PBS Class (required on brodie mono/multi)
33#JobClass=mono
34JobClass=multi
35#============================
36#-- Total Number of Processors (minimum is 2 for a coupled configuration)
37JobNumProcTot=32
38#============================
39#-- Run Options : here for oasis coupling
40#-- For Vargas
41#JobRunOptions=JobRunOptions=''
42#-- For Titane
43JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}'
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ4)
49SRF= (orchidee, orchidee_1_9_5)
50SBG= (stomate, ORCHIDEE_1_9_5)
51CHM= (inca, INCA3)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56Name=gcm.e
57#D- For each component, Real name of executable, Name of executable for oasis
58ATM= (gcm.e, gcm.e)
59SRF= ("", "")
60SBG= ("", "")
61CHM= (inca.dat, inca.dat)
62
63#========================================================================
64#D-- Restarts -
65[Restarts]
66#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
67OverRule=n
68#D- Last day of the experience used as restart
69RestartDate=2005-12-31
70#D- Define restart simulation name (=> JOB_OS)
71RestartJobName=LOI_AR5WERF_E0_2006
72#D- Path Server Group Login (=> PSGL)
73RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
74# Attention login depend de la machine
75
76#========================================================================
77#D-- Post -
78[Post]
79#D- Do we rebuild parallel output, this flag determines
80#D- frequency of rebuild submission
81RebuildFrequency=1Y
82#D- Do we rebuild parallel output from archive
83RebuildFromArchive=NONE
84#D- If you want to produce time series, this flag determines
85#D- frequency of post-processing submission
86TimeSeriesFrequency=NONE
87#D- If you want to produce seasonal average, this flag determines
88#D- the period of this average
89SeasonalFrequency=NONE
90
91#========================================================================
92#D-- ATM -
93[ATM]
94#
95WriteFrequency="1M 1D HF"
96# If config_Restarts_OverRule == 'n' all params are read
97Restart= n
98# Last day of the experience used as restart
99RestartDate=2000-01-01
100# Define restart simulation name
101RestartJobName=JobName
102RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
103# Old component name for restart (if empty, use new name)
104OldName=""
105
106
107#========================================================================
108#D-- SRF -
109[SRF]
110WriteFrequency="1M"
111Restart=n
112##-- Last day of the experience used as restart
113RestartDate=1999-12-30
114# Define restart simulation name
115RestartJobName=JobName
116RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
117#-- Old component name for restart (if empty, use new name)
118OldName=""
119
120#========================================================================
121#D-- SBG - STOMATE
122[SBG]
123WriteFrequency="1M"
124# If config_Restarts_OverRule == 'n' next 4 params are read
125Restart=n
126#-- Last day of the experience used as restart for this component if Restart=y
127RestartDate=2000-01-31
128# Define restart simulation name for this component
129RestartJobName=EXP00
130RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
131#-- Old component name for restart (if empty, use new name)
132OldName=
133
134#========================================================================
135#D-- CHM -
136[CHM]
137WriteFrequency="1M"
138Restart=n
139#D-- Last day of the experience used as restart
140RestartDate=2000-01-01
141#D-- Define restart simulation name
142RestartJobName=JobName
143RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
144#D-- Old component name for restart (if empty, use new name)
145OldName=""
146
147#========================================================================
Note: See TracBrowser for help on using the repository browser.