source: tags/ORCHIDEE_OL/OOL_SEC_STO/config.card @ 6

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

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

File size: 3.6 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=SECHSTOM
15LongName=ORCHIDEE_OL_HEAD
16TagName=OL2
17#============================
18#-- leap, noleap, 360d
19CalendarType=gregorian
20#-- Start and End of 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, orchidee_1_9_5)
47SBG= (stomate, orchidee_1_9_5)
48OOL= (orchidee_ol, OOL_1_9_5)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=orchidee_ol
54#D- For each component, Real name of executable, Name of executable for oasis
55SRF= ("", "")
56SBG= ("", "")
57OOL= (orchidee_ol, orchidee_ol)
58
59#========================================================================
60#D-- Restarts -
61[Restarts]
62#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
63OverRule=n
64#D- Last day of the experience used as restart
65RestartDate=1981-12-31
66#D- Define restart simulation name (=> JOB_OS)
67RestartJobName=CD1
68#D- Path Server Group Login (=> PSGL)
69RestartPath=${ARCHIVE}/IGCM_OUT/OL2
70# Attention login depend de la machine
71
72#========================================================================
73#D-- Post -
74[Post]
75#D- Do we rebuild parallel output, this flag determines
76#D- frequency of rebuild submission
77RebuildFrequency=5Y
78#D- Optimization of rebuid
79RebuildFromArchive=NONE
80#D- If you want to produce time series, this flag determines
81#D- frequency of post-processing submission
82TimeSeriesFrequency=10Y
83#D- If you want to produce seasonal average, this flag determines
84#D- the period of this average
85SeasonalFrequency=10Y
86
87#========================================================================
88#D-- SRF - SECHIBA
89[SRF]
90WriteFrequency="1M HF"
91Restart=n
92#-- Last day of the experience used as restart
93RestartDate=1982-01-01
94# Define restart simulation name
95RestartJobName=HISTO2_
96RestartPath=${ARCHIVE}/IGCM_OUT/OL2
97#-- Old component name for restart (if empty, use new name)
98OldName=
99
100#========================================================================
101#D-- SRF - STOMATE
102[SBG]
103WriteFrequency="1M"
104Restart=n
105#-- Last day of the experience used as restart
106RestartDate=1982-01-01
107# Define restart simulation name
108RestartJobName=HISTO2_
109RestartPath=${ARCHIVE}/IGCM_OUT/OL2
110#-- Old component name for restart (if empty, use new name)
111OldName=
112
113#========================================================================
114#D-- OOL -
115[OOL]
116WriteFrequency="1M"
117Restart=n
118#-- Last day of the experience used as restart
119RestartDate=1982-01-01
120# Define restart simulation name
121RestartJobName=2L18
122RestartPath=${ARCHIVE}/${LOGIN}/SORTIES_CPL_IPSL
123# Old component name for restart (if empty, use new name)
124OldName=
125
126#========================================================================
Note: See TracBrowser for help on using the repository browser.