source: CONFIG/LMDZORINCA/trunk/EXP_AER/config.card @ 1795

Last change on this file since 1795 was 1062, checked in by acosce, 14 years ago

Change cards for configuration LMDZORINCA/AER

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