source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/SPINUP/config.card @ 263

Last change on this file since 263 was 263, checked in by didier.solyga, 13 years ago

Update the jobs FORCESOIL,OOL_SEC, OOL_SEC_STO, SPINUP and TESTSTOMATE. They match now with the corresponding ones from the trunk

File size: 4.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=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
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= RESTART_SHILONG
62RestartPath= /dmnfs11/cont003/p86manci/SHILONG_FORCAGES
63# Old component name for restart (if empty, use new name)
64OldName=
65
66#D-- Post-treatment options passed to SubJobs
67[SubJobPost]
68#D- Do we rebuild parallel output, this flag determines
69#D- frequency of rebuild submission
70RebuildFrequency=NONE
71#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
72RebuildFromArchive=NONE
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75TimeSeriesFrequency= NONE
76#D- If you want to produce seasonal average, this flag determines
77#D- the period of this average
78SeasonalFrequency= NONE
79#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
80#D- Usefull if you do not want to consider the first X simulation's years
81SeasonalFrequencyOffset=0
82
83#========================================================================
84#========================================================================
85
86#========================================================================
87#D-- ListOfComponents - Don't modify this !
88[ListOfComponents]
89#D- For each component, Name of component, Tag of component
90SPIN= (spinup, HEAD)
91
92#========================================================================
93#D-- Executable - Don't modify this !
94[Executable]
95# No name for this job
96Name=SubJob$$.ksh
97#D- For each component, Real name of executable, Name of executable for oasis
98SPIN= ("", "")
99
100
101#========================================================================
102#D-- Post - Don't modify this !
103[Post]
104#D- Do we rebuild parallel output, this flag determines
105#D- frequency of rebuild submission
106RebuildFrequency=NONE
107#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
108RebuildFromArchive=NONE
109#D- If you want to produce time series, this flag determines
110#D- frequency of post-processing submission
111TimeSeriesFrequency= NONE
112#D- If you want to produce seasonal average, this flag determines
113#D- the period of this average
114SeasonalFrequency= NONE
115#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
116#D- Usefull if you do not want to consider the first X simulation's years
117SeasonalFrequencyOffset=0
118
119#========================================================================
120#D-- Restarts - Don't modify this !
121[Restarts]
122#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
123OverRule= n
124#D- Last day of the experience used as restart
125RestartDate=1979-12-31
126#D- Define restart simulation name (=> JOB_OS)
127RestartJobName=TESTFORCE
128#D- Path Server Group Login (=> PSGL)
129RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT
130# Attention login depend de la machine
131
132#========================================================================
133#D-- SPIN options : Don't modify this !
134[SPIN]
135WriteFrequency="1Y"
136Restart=n
137#-- Last day of the experience used as restart
138RestartDate=
139# Define restart simulation name
140RestartJobName=
141RestartPath=
142# Old component name for restart (if empty, use new name)
143OldName=
144
145#========================================================================
Note: See TracBrowser for help on using the repository browser.