source: tags/ORCHIDEE_1_9_5_1/ORCHIDEE_OL/FLUXNET/config.card @ 118

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

Update driver scripts on tag ORCHIDEE_1_9_5_1.

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=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 SuRFace (SECHIBA) 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
54#D-- Surface BioGeochemistry ( STOMATE ) subjobs
55[SBG]
56WriteFrequency="1M"
57Restart= n
58#-- Last day of the experience used as restart
59RestartDate= 1900-12-31
60# Define restart simulation name
61RestartJobName= SPINUP
62RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
63# Old component name for restart (if empty, use new name)
64OldName=
65
66#D-- Post-treatment options passed to SubJobs on all sites
67# WARNING : You can use thoses options only if you set CONSERVE=y in fluxnet.card
68[SubJobPost]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71RebuildFrequency=NONE
72#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
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#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
81#D- Usefull if you do not want to consider the first X simulation's years
82SeasonalFrequencyOffset=0
83
84#========================================================================
85#========================================================================
Note: See TracBrowser for help on using the repository browser.