source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP/config.card @ 7911

Last change on this file since 7911 was 5083, checked in by nicolas.vuichard, 6 years ago

update ENSEMBLE config for current ORCHIDEE and libIGCM versions

File size: 5.0 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#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
14JobName=SpinUp
15LongName="Spin Up for ORCHIDEE. See spinup.card for options."
16TagName=OL2
17#------ SpaceName = DEVT/TEST/PROD
18SpaceName=PROD
19#----- ExperimentName : Short Name of Experiment
20ExperimentName=spinup
21ARCHIVE=AUTO
22#============================
23#-- leap, noleap, 360d
24CalendarType= gregorian
25#-- Start and End of Job
26#-- "YYYY-MM-DD"
27DateBegin=1950-01-01
28DateEnd=1950-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D
31PeriodLength= 1Y
32PeriodNb= 1
33#============================
34#-- Total Number of Processors (minimum is 2 for a coupled configuration)
35JobNumProcTot=2
36#========================================================================
37#========================================================================
38#D-- SRF options passed to SuRFace (SECHIBA) subjobs
39[SRF]
40WriteFrequency="1M"
41Restart=n
42#-- Last day of the experience used as restart
43RestartDate=1997-12-31
44# Define restart simulation name
45RestartJobName=SPINUP
46RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
47# Old component name for restart (if empty, use new name)
48OldName=
49
50#D-- Surface BioGeochemistry ( STOMATE ) subjobs
51[SBG]
52WriteFrequency= 1M
53Restart= n
54#-- Last day of the experience used as restart
55RestartDate= 1900-12-31
56# Define restart simulation name
57RestartJobName= RESTART_SHILONG
58RestartPath= /dmnfs11/cont003/p86manci/SHILONG_FORCAGES
59# Old component name for restart (if empty, use new name)
60OldName=
61
62#D-- Post-treatment options passed to SubJobs
63[SubJobPost]
64#D- Do we archive the output text files and restart files?
65#D- frequency to create the archives (by default RebuildFrequency)
66PackFrequency=NONE
67#D- Do we rebuild parallel output, this flag determines
68#D- frequency of rebuild submission
69RebuildFrequency=NONE
70#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
71RebuildFromArchive=NONE
72#D- If you want to produce time series, this flag determines
73#D- frequency of post-processing submission
74TimeSeriesFrequency= NONE
75#D- If you want to produce seasonal average, this flag determines
76#D- the period of this average
77SeasonalFrequency= NONE
78#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
79#D- Usefull if you do not want to consider the first X simulation's years
80SeasonalFrequencyOffset=0
81
82#========================================================================
83#========================================================================
84
85#========================================================================
86#D-- ListOfComponents - Don't modify this !
87[ListOfComponents]
88#D- For each component, Name of component, Tag of component
89SPIN= (spinup, HEAD)
90
91#========================================================================
92#D-- Executable - Don't modify this !
93[Executable]
94#D- For each component, Real name of executable, Name of executable for oasis
95SPIN= ("", SPIN, 1MPI)
96
97
98#========================================================================
99#D-- Post - Don't modify this !
100[Post]
101#D- Do we archive the output text files and restart files?
102#D- frequency to create the archives (by default RebuildFrequency)
103PackFrequency=NONE
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.