source: CONFIG/LMDZORINCA/branches/LMDZORINCA3_39/EXP_NMHC_AER/config.card @ 1553

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

Change card of LMDZORINCA for 39 levels dev

File size: 4.0 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=LOINA3_39
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-12-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=32
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)
47CHM= (inca, INCA3)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=gcm.e
53#D- For each component, Real name of executable, Name of executable for oasis
54ATM= (gcm.e, gcm.e)
55SRF= ("", "")
56CHM= (inca.dat, inca.dat)
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
62OverRule=n
63#D- Last day of the experience used as restart
64RestartDate=2005-12-31
65#D- Define restart simulation name (=> JOB_OS)
66RestartJobName=LOI_AR5WERF_E0_2006
67#D- Path Server Group Login (=> PSGL)
68RestartPath=/dmnfs/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER
69# Attention login depend de la machine
70
71#========================================================================
72#D-- Post -
73[Post]
74#D- Do we rebuild parallel output, this flag determines
75#D- frequency of rebuild submission
76RebuildFrequency=1Y
77#D- Do we rebuild parallel output from archive
78RebuildFromArchive=none
79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
81TimeSeriesFrequency=NONE
82#D- If you want to produce seasonal average, this flag determines
83#D- the period of this average
84SeasonalFrequency=NONE
85
86#========================================================================
87#D-- ATM -
88[ATM]
89#
90WriteFrequency="1M 1D HF"
91# If config_Restarts_OverRule == 'n' all params are read
92Restart= n
93# Last day of the experience used as restart
94RestartDate=2000-01-01
95# Define restart simulation name
96RestartJobName=JobName
97RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
98# Old component name for restart (if empty, use new name)
99OldName=""
100
101
102#========================================================================
103#D-- SRF -
104[SRF]
105WriteFrequency="1M"
106Restart=n
107##-- Last day of the experience used as restart
108RestartDate=1999-12-30
109# Define restart simulation name
110RestartJobName=JobName
111RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
112#-- Old component name for restart (if empty, use new name)
113OldName=""
114
115
116#========================================================================
117#D-- CHM -
118[CHM]
119WriteFrequency="1M"
120Restart=n
121#D-- Last day of the experience used as restart
122RestartDate=2000-01-01
123#D-- Define restart simulation name
124RestartJobName=JobName
125RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
126#D-- Old component name for restart (if empty, use new name)
127OldName=""
128
129#========================================================================
Note: See TracBrowser for help on using the repository browser.