source: tags/ORCHIDEE_1_9_5/ORCHIDEE_OL/OOL_SEC/config.card.OldName @ 8

Last change on this file since 8 was 8, checked in by orchidee, 14 years ago

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

File size: 3.3 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#====================================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8
9#========================================================================
10#D-- UserChoices -
11[UserChoices]
12#============================
13#-- (<8 chars MAX for JobName)
14JobName=SECHIBA
15LongName=ORCHIDEE_OL_HEAD
16TagName=OL2
17#============================
18#-- leap, noleap, 360d
19CalendarType=gregorian
20#-- Début et fin de Job
21#-- "YYYY-MM-DD"
22DateBegin=1982-01-01
23DateEnd=1982-12-31
24#============================
25#-- 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}" -max_np "${NUM_PROC}'
38#JobRunOptions='"-np "${NUM_PROC}'
39#============================
40PeriodNb=12
41
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46SRF= (orchidee, HEAD)
47OOL= (orchidee_ol, HEAD)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=orchidee_ol
53#D- For each component, Real name of executable, Name of executable for oasis
54SRF= ("", "")
55OOL= (orchidee_ol, orchidee_ol)
56
57#========================================================================
58#D-- Restarts -
59[Restarts]
60#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
61OverRule=n
62#D- Last day of the experience used as restart
63RestartDate=1981-12-31
64#D- Define restart simulation name (=> JOB_OS)
65RestartJobName=2L18           
66#D- Path Server Group Login (=> PSGL)
67RestartPath=${ARCHIVE}/${LOGIN}/SORTIES_CPL_IPSL
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=NONE
76#D- If you want to monitor variables, this flag determines
77#D- frequency of post-processing submission
78MonitoringFrequency=NONE
79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
81TimeSeriesFrequency=10Y
82#D- If you want to produce seasonal average, this flag determines
83#D- the period of this average
84SeasonalFrequency=10Y
85
86
87#========================================================================
88#D-- SRF -
89[SRF]
90WriteFrequency="1M"
91Restart=y
92#-- Last day of the experience used as restart
93RestartDate=1982-01-01
94# Define restart simulation name
95RestartJobName=2L18
96RestartPath=${ARCHIVE}/${LOGIN}/SORTIES_CPL_IPSL
97#-- Old component name for restart (if empty, use new name)
98OldName="Srf"
99
100#========================================================================
101#D-- OOL -
102[OOL]
103WriteFrequency="1M"
104Restart=y
105#-- Last day of the experience used as restart
106RestartDate=1982-01-01
107# Define restart simulation name
108RestartJobName=2L18
109RestartPath=${ARCHIVE}/${LOGIN}/SORTIES_CPL_IPSL
110# Old component name for restart (if empty, use new name)
111OldName="driver"
112
113#========================================================================
Note: See TracBrowser for help on using the repository browser.