source: tags/ORCHIDEE_1_9_5/ORCHIDEE_OL/SPINUP/config.card @ 8

Last change on this file since 8 was 8, checked in by orchidee, 14 years ago

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

File size: 4.2 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=SpinUp
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=1950-01-01
23DateEnd=1950-12-31
24#============================
25#-- 1Y, 1M, 5D, 1D
26PeriodLength= 1Y
27PeriodNb= 1
28#============================
29#-- PBS Class (required on brodie mono/multi)
30#JobClass=mono
31JobClass=multi
32#============================
33#-- Total Number of Processors (minimum is 2 for a coupled configuration)
34JobNumProcTot=2
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="1M"
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= 1M
63Restart= n
64#-- Last day of the experience used as restart
65RestartDate= 1900-12-31
66# Define restart simulation name
67RestartJobName= RESTART_SHILONG
68RestartPath= /dmnfs11/cont003/p86manci/SHILONG_FORCAGES
69# Old component name for restart (if empty, use new name)
70OldName=
71#========================================================================
72#========================================================================
73
74#========================================================================
75#D-- ListOfComponents - Don't modify this !
76[ListOfComponents]
77#D- For each component, Name of component, Tag of component
78SPIN= (spinup, HEAD)
79
80#========================================================================
81#D-- Executable - Don't modify this !
82[Executable]
83# No name for this job
84Name=SubJob$$.ksh
85#D- For each component, Real name of executable, Name of executable for oasis
86SPIN= ("", "")
87
88
89#========================================================================
90#D-- Post - Don't modify this !
91[Post]
92#D- Do we rebuild parallel output, this flag determines
93#D- frequency of rebuild submission
94RebuildFrequency=NONE
95#D- If you want to monitor variables, this flag determines
96#D- frequency of post-processing submission
97MonitoringFrequency=NONE
98#D- If you want to produce time series, this flag determines
99#D- frequency of post-processing submission
100TimeSeriesFrequency= NONE
101#D- If you want to produce seasonal average, this flag determines
102#D- the period of this average
103SeasonalFrequency= NONE
104#
105RebuildFromArchive=NONE
106
107#========================================================================
108#D-- Restarts - Don't modify this !
109[Restarts]
110#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
111OverRule= n
112#D- Last day of the experience used as restart
113RestartDate=1979-12-31
114#D- Define restart simulation name (=> JOB_OS)
115RestartJobName=TESTFORCE
116#D- Path Server Group Login (=> PSGL)
117RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
118# Attention login depend de la machine
119
120#========================================================================
121#D-- SPIN options : Don't modify this !
122[SPIN]
123WriteFrequency="1Y"
124Restart=n
125#-- Last day of the experience used as restart
126RestartDate=
127# Define restart simulation name
128RestartJobName=
129RestartPath=
130# Old component name for restart (if empty, use new name)
131OldName=
132
133#========================================================================
Note: See TracBrowser for help on using the repository browser.