source: CONFIG/LMDZOR/tags/LMDZ4OR_v2_0/LMDZOR/config.card.OldName

Last change on this file was 197, checked in by mmaipsl, 16 years ago

First import of LMDZ4OR_v2 model.

File size: 3.3 KB
Line 
1#
2# This is config.card file for restart with an old simulation tree.
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8
9#========================================================================
10#D-- UserChoices -
11[UserChoices]
12#============================
13#D-- (<8 chars MAX for JobName)
14JobName=Lmd4Or1.9
15LongName='LMDz4OR with New scripts'
16TagName=LMDz4OR_v2
17#============================
18#D-- leap, noleap, 360d
19CalendarType=360d
20#D-- Début et fin de Job
21#D-- "YYYY-MM-DD"
22DateBegin=1860-01-01
23DateEnd=1870-02-15
24#============================
25#D-- 1Y, 1M, 5D, 1D
26PeriodLength=1M
27#============================
28#-- PBS Class (required on brodie mono/multi)
29#JobClass=mono
30JobClass=multi
31#============================
32#-- Total Number of Processors (minimum is 2 for a coupled configuration)
33#JobNumProcTot=2
34JobNumProcTot=4
35#============================
36#-- Run Options : here for oasis coupling
37JobRunOptions='"-np 1 -max_np "${NUM_PROC_ATM}'
38#============================
39
40#========================================================================
41#D-- ListOfComponents -
42[ListOfComponents]
43#D- For each component, Name of component, Tag of component
44ATM= (lmdz, LMDZ4_V3_1)
45SRF= (orchidee, orchidee_1_9_1)
46
47#========================================================================
48#D-- Executable -
49[Executable]
50Name=gcm.e
51#D- For each component, Real name of executable, Name of executable for oasis
52ATM= (gcm.e, gcm.e)
53SRF= ("", "")
54
55#========================================================================
56#D-- Restarts -
57[Restarts]
58#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=1869-12-30
62#D- Define restart simulation name (=> JOB_OS)
63RestartJobName=CD1
64#D- Path Server Group Login (=> PSGL)
65RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL
66# Attention login depend de la machine
67
68#========================================================================
69#D-- Post -
70[Post]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- If you want to monitor variables, this flag determines
75#D- frequency of post-processing submission
76MonitoringFrequency=NONE
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79TimeSeriesFrequency=10Y
80#D- If you want to produce seasonal average, this flag determines
81#D- the period of this average
82SeasonalFrequency=10Y
83
84#========================================================================
85#D-- ATM -
86[ATM]
87#
88WriteFrequency="1M 1D HF"
89#D-- If config_Restarts_OverRule == 'n' all params are read
90Restart= y
91#D-- Last day of the experience used as restart
92RestartDate=1999-12-30
93#D-- Define restart simulation name
94RestartJobName=2L18
95RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL
96#D-- Old component name for restart (if empty, use new name)
97OldName="Atm"
98
99#========================================================================
100#D-- SRF -
101[SRF]
102WriteFrequency="1M"
103Restart=y
104#D-- Last day of the experience used as restart
105RestartDate=1999-12-30
106#D-- Define restart simulation name
107RestartJobName=2L18
108RestartPath=${ARCHIVE}/SORTIES_CPL_IPSL
109#D-- Old component name for restart (if empty, use new name)
110OldName="Srf"
111
112#========================================================================
Note: See TracBrowser for help on using the repository browser.