source: tags/ORCHIDEE_1_9_5_2/ORCHIDEE_OL/TESTSTOMATE/config.card

Last change on this file was 89, checked in by martial.mancip, 13 years ago

Add Seasonal frequency for all ORCHIDEE

Usefull if you do not want to consider the first X simulation's years

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=TestSTO
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=1980-01-01
23DateEnd=1980-12-31
24#============================
25#-- 1Y, 1M, 5D, 1D
26PeriodLength=1Y
27#============================
28#-- PBS Class (required on brodie mono/multi)
29#JobClass=mono
30JobClass= mono
31#============================
32#-- Total Number of Processors (minimum is 2 for a coupled configuration)
33#JobNumProcTot=2
34JobNumProcTot= 1
35#============================
36#-- Run Options : here for oasis coupling
37#JobRunOptions='"-np "${NUM_PROC}" -max_np "${NUM_PROC}'
38JobRunOptions='"-np "${NUM_PROC}'
39#============================
40PeriodNb=10
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)
47SBG= (stomate, orchidee_1_9_5_1)
48
49#========================================================================
50#D-- Executable -
51[Executable]
52Name=teststomate
53#D- For each component, Real name of executable, Name of executable for oasis
54SBG= ("", "")
55SRF= (teststomate, teststomate)
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=1979-12-31
64#D- Define restart simulation name (=> JOB_OS)
65RestartJobName=TESTFORCE
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=NONE
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=NONE
81#D- If you want to produce seasonal average, this flag determines
82#D- the period of this average
83SeasonalFrequency=NONE
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 - SLOWPROC
90[SRF]
91WriteFrequency="1M"
92Restart=n
93#-- Last day of the experience used as restart
94RestartDate=1979-12-31
95# Define restart simulation name
96RestartJobName=TESTFORCE
97RestartPath=${ARCHIVE}/IGCM_OUT/OL2
98#-- Old component name for restart (if empty, use new name)
99OldName=
100
101#========================================================================
102#D-- SRF - STOMATE
103[SBG]
104WriteFrequency="1M"
105Restart=n
106#-- Last day of the experience used as restart
107RestartDate=1979-12-31
108# Define restart simulation name
109RestartJobName=TESTFORCE
110RestartPath=${ARCHIVE}/IGCM_OUT/OL2
111#-- Old component name for restart (if empty, use new name)
112OldName=
113
114#========================================================================
Note: See TracBrowser for help on using the repository browser.