source: CONFIG/trunk/LMDZ4OR_v2/LMDZOR/config.card @ 255

Last change on this file since 255 was 197, checked in by mmaipsl, 17 years ago

First import of LMDZ4OR_v2 model.

File size: 3.3 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6#========================================================================
7#D-- UserChoices -
8[UserChoices]
9#============================
10#D-- (<8 chars MAX for JobName)
11JobName=Lmd4Or1.9
12LongName='LMDz4OR with New scripts'
13TagName=LMDz4OR_v2
14#============================
15#D-- leap, noleap, 360d
16CalendarType=360d
17#D-- Début et fin de Job
18#D-- "YYYY-MM-DD"
19DateBegin=1860-01-01
20DateEnd=1870-02-15
21#Job AMIP
22#DateBegin=1956-01-01
23#DateEnd=2005-12-30
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 "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}'
38#============================
39PeriodNb=48
40
41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
44#D- For each component, Name of component, Tag of component
45ATM= (lmdz, LMDZ4_V3_1)
46SRF= (orchidee, orchidee_1_9_1)
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= ("", "")
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=1869-12-30
63#D- Define restart simulation name (=> JOB_OS)
64RestartJobName=CD1
65#D- Path Server Group Login (=> PSGL)
66RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2
67# Attention login depend de la machine
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we rebuild parallel output, this flag determines
73#D- frequency of rebuild submission
74RebuildFrequency=NONE
75#D- If you want to monitor variables, this flag determines
76#D- frequency of post-processing submission
77MonitoringFrequency=NONE
78#D- If you want to produce time series, this flag determines
79#D- frequency of post-processing submission
80TimeSeriesFrequency=10Y
81#D- If you want to produce seasonal average, this flag determines
82#D- the period of this average
83SeasonalFrequency=10Y
84
85#========================================================================
86#D-- ATM -
87[ATM]
88#
89WriteFrequency="1M 1D HF"
90#D-- If config_Restarts_OverRule == 'n' all params are read
91Restart= n
92#D-- Last day of the experience used as restart
93RestartDate=1999-12-30
94#D-- Define restart simulation name
95RestartJobName=2L18
96RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2
97#D-- Old component name for restart (if empty, use new name)
98OldName=
99
100#========================================================================
101#D-- SRF -
102[SRF]
103WriteFrequency="1M"
104Restart=n
105#D-- Last day of the experience used as restart
106RestartDate=1999-12-30
107#D-- Define restart simulation name
108RestartJobName=2L18
109RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2
110#D-- Old component name for restart (if empty, use new name)
111OldName=
112
113#========================================================================
Note: See TracBrowser for help on using the repository browser.