source: tags/ORCHIDEE_1_9_5_2/ORCHIDEE_OL/FORCESOIL/config.card @ 879

Last change on this file since 879 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.1 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=ForceSo
15LongName="Please, explain here what is this simulation for"
16TagName=OL2
17#============================
18#-- leap, noleap, 360d
19CalendarType=360d
20#-- Start and End of Job
21#-- "YYYY-MM-DD"
22DateBegin=1980-01-01
23DateEnd=1989-12-30
24#============================
25#-- 1Y, 1M, 5D, 1D
26PeriodLength=10Y
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=1
41
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46SBG= (stomate, orchidee_1_9_5_1)
47
48#========================================================================
49#D-- Executable -
50[Executable]
51Name=forcesoil
52#D- For each component, Real name of executable, Name of executable for oasis
53SBG= (forcesoil, forcesoil)
54
55#========================================================================
56#D-- Restarts -
57[Restarts]
58#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
59OverRule=n
60#D- Last day of the experience used as restart
61RestartDate=1979-12-31
62#D- Define restart simulation name (=> JOB_OS)
63RestartJobName=TESTFORCE
64#D- Path Server Group Login (=> PSGL)
65RestartPath=${ARCHIVE}/IGCM_OUT
66# Attention login depend de la machine
67
68#========================================================================
69#D-- Post -
70[Post]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- Optimization of rebuid
75RebuildFromArchive=NONE
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
78TimeSeriesFrequency=NONE
79#D- If you want to produce seasonal average, this flag determines
80#D- the period of this average
81SeasonalFrequency=NONE
82#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
83#D- Usefull if you do not want to consider the first X simulation's years
84SeasonalFrequencyOffset= 0
85
86#========================================================================
87#D-- SRF - STOMATE
88[SBG]
89WriteFrequency="1M"
90Restart=y
91#-- Last day of the experience used as restart
92RestartDate=1979-12-30
93# Define restart simulation name
94RestartJobName=TESTFORCE
95RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
96# Old component name for restart (if empty, use new name)
97OldName=
98
99#========================================================================
Note: See TracBrowser for help on using the repository browser.