source: tags/ORCHIDEE_OL/FLUXNET/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.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=Sp
15LongName="Spin Up for ORCHIDEE. See spinup.card for options."
16TagName=OL2
17#============================
18#-- leap, noleap, 360d
19CalendarType= gregorian
20#-- Start and End of Job
21#-- "YYYY-MM-DD"
22DateBegin=0000-01-01
23DateEnd=0999-12-31
24#============================
25#-- 1Y, 1M, 5D, 1D
26PeriodLength= 1Y
27PeriodNb= 1
28#============================
29#-- PBS Class (required on brodie mono/multi)
30JobClass=mono
31#JobClass=multi
32#============================
33#-- Total Number of Processors (minimum is 2 for a coupled configuration)
34JobNumProcTot=1
35#============================
36#-- Run Options : here for oasis coupling
37JobRunOptions='"-np "${NUM_PROC}" -max_np "${NUM_PROC}'
38#JobRunOptions='"-np "${NUM_PROC}'
39
40#========================================================================
41#========================================================================
42#D-- SRF options passed to SRF subjobs
43[SRF]
44WriteFrequency="1800s"
45Restart=n
46#-- Last day of the experience used as restart
47RestartDate=1997-12-31
48# Define restart simulation name
49RestartJobName=SPINUP
50RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
51# Old component name for restart (if empty, use new name)
52OldName=
53#D- If you want to produce time series, this flag determines
54#D- frequency of post-processing submission
55TimeSeriesFrequency= NONE
56#D- If you want to produce seasonal average, this flag determines
57#D- the period of this average
58SeasonalFrequency= NONE
59
60#D-- Surface BioGeochemistry ( STOMATE ) subjobs
61[SBG]
62WriteFrequency="1D"
63Restart= n
64#-- Last day of the experience used as restart
65RestartDate= 1900-12-31
66# Define restart simulation name
67RestartJobName= SPINUP
68RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
69# Old component name for restart (if empty, use new name)
70OldName=
71#D- If you want to produce time series, this flag determines
72#D- frequency of post-processing submission
73TimeSeriesFrequency= NONE
74#D- If you want to produce seasonal average, this flag determines
75#D- the period of this average
76SeasonalFrequency= NONE
77#========================================================================
78#========================================================================
Note: See TracBrowser for help on using the repository browser.