source: tags/ORCHIDEE_OL/FORCESOIL/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: 2.8 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="forcesoil"
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)
29JobClass=mono
30#============================
31#-- Total Number of Processors (minimum is 2 for a coupled configuration)
32JobNumProcTot=1
33#============================
34#-- Run Options : here for oasis coupling
35JobRunOptions='"-np "${NUM_PROC}" -max_np "${NUM_PROC}'
36#JobRunOptions='"-np "${NUM_PROC}'
37#============================
38PeriodNb=1
39
40#========================================================================
41#D-- ListOfComponents -
42[ListOfComponents]
43#D- For each component, Name of component, Tag of component
44SBG= (stomate, orchidee_1_9_5)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49Name=forcesoil
50#D- For each component, Real name of executable, Name of executable for oasis
51SBG= (forcesoil, forcesoil)
52
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
57OverRule=n
58#D- Last day of the experience used as restart
59RestartDate=1979-12-31
60#D- Define restart simulation name (=> JOB_OS)
61RestartJobName=TESTFORCE
62#D- Path Server Group Login (=> PSGL)
63RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
64# Attention login depend de la machine
65
66#========================================================================
67#D-- Post -
68[Post]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71RebuildFrequency=NONE
72#D- Optimization of rebuid
73RebuildFromArchive=NONE
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=NONE
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=NONE
80
81#========================================================================
82#D-- SRF - STOMATE
83[SBG]
84WriteFrequency="1M"
85Restart=y
86#-- Last day of the experience used as restart
87RestartDate=1979-12-30
88# Define restart simulation name
89RestartJobName=TESTFORCE
90RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
91# Old component name for restart (if empty, use new name)
92OldName=
93
94#========================================================================
Note: See TracBrowser for help on using the repository browser.