source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/config.card @ 2392

Last change on this file since 2392 was 2391, checked in by acosce, 9 years ago

Add new configuration for LMDZORINCA_v6 (AER)
and update experiment to run xios with one server

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