source: tags/ORCHIDEE_1_9_5_1/ORCHIDEE_OL/FORCESOIL/config.card @ 56

Last change on this file since 56 was 51, checked in by mmaipsl, 14 years ago

Replace orchidee standard name for sechiba one in all scripts.

Split orchidee.def parameter file for sechiba.def, stomate.def and driver.def.
Use standard run.def to include all componant parameter files.

Add POST directories.

File size: 2.9 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
83#========================================================================
84#D-- SRF - STOMATE
85[SBG]
86WriteFrequency="1M"
87Restart=y
88#-- Last day of the experience used as restart
89RestartDate=1979-12-30
90# Define restart simulation name
91RestartJobName=TESTFORCE
92RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
93# Old component name for restart (if empty, use new name)
94OldName=
95
96#========================================================================
Note: See TracBrowser for help on using the repository browser.