source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/OOL_SEC/config.card @ 263

Last change on this file since 263 was 263, checked in by didier.solyga, 13 years ago

Update the jobs FORCESOIL,OOL_SEC, OOL_SEC_STO, SPINUP and TESTSTOMATE. They match now with the corresponding ones from the trunk

File size: 3.5 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="Please, explain here what is this simulation for"
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= (sechiba, orchidee_1_9_5_1)
47OOL= (orchidee_ol, OOL_1_9_5_1)
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=CD1
66#D- Path Server Group Login (=> PSGL)
67RestartPath=${ARCHIVE}/IGCM_OUT/OL2
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=5Y
76#D- Optimization of rebuid
77RebuildFromArchive=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#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
85#D- Usefull if you do not want to consider the first X simulation's years
86SeasonalFrequencyOffset= 0
87
88#========================================================================
89#D-- SRF - SECHIBA
90[SRF]
91WriteFrequency="1M"
92Restart=n
93#-- Last day of the experience used as restart
94RestartDate=1982-01-01
95# Define restart simulation name
96RestartJobName=2L18
97RestartPath=${ARCHIVE}/IGCM_OUT/OL2
98#-- Old component name for restart (if empty, use new name)
99OldName=
100
101#========================================================================
102#D-- OOL -
103[OOL]
104WriteFrequency="1M"
105Restart=n
106#-- Last day of the experience used as restart
107RestartDate=1982-01-01
108# Define restart simulation name
109RestartJobName=2L18
110RestartPath=${ARCHIVE}/${LOGIN}/SORTIES_CPL_IPSL
111# Old component name for restart (if empty, use new name)
112OldName=
113
114#========================================================================
Note: See TracBrowser for help on using the repository browser.