source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/TESTSTOMATE/config.card @ 5111

Last change on this file since 5111 was 2975, checked in by josefine.ghattas, 9 years ago

Correct type misstake since previous commit.

File size: 3.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#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
14JobName=TestSTO
15LongName="Please, explain here what is this simulation for"
16TagName=OL2
17#------ SpaceName = DEVT/TEST/PROD
18SpaceName=PROD
19#----- ExperimentName : Short Name of Experiment
20ExperimentName=teststomate
21#============================
22#-- leap, noleap, 360d
23CalendarType=gregorian
24#-- Start and End of Job
25#-- "YYYY-MM-DD"
26DateBegin=1980-01-01
27DateEnd=1980-12-31
28#============================
29#-- 1Y, 1M, 5D, 1D
30PeriodLength=1Y
31#============================
32#-- Total Number of Processors
33JobNumProcTot= 1
34
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39SRF= (sechiba, orchidee_1_9_5_1)
40SBG= (stomate, orchidee_1_9_5_1)
41OOL= (orchidee_ol, orchidee_ol_1_9_5_1)
42
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=teststomate
47#D- For each component, Real name of executable, Name of executable for oasis
48OOL= ("","")
49SBG= ("", "")
50SRF= (teststomate, teststomate, 1MPI)
51
52#========================================================================
53#D-- Restarts -
54[Restarts]
55#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
56OverRule=y
57#D- Last day of the experience used as restart
58RestartDate=1985-12-31
59#D- Define restart simulation name (=> JOB_OS)
60RestartJobName=...
61#D- Path Server Group Login (=> PSGL)
62RestartPath=${ARCHIVE}/IGCM_OUT/OL2/PROD/...
63# Attention login depend de la machine
64
65#========================================================================
66#D-- Post -
67[Post]
68#D- Do we archive the output text files and restart files?
69#D- frequency to create the archives (by default RebuildFrequency)
70PackFrequency=NONE
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- Optimization of rebuid
75RebuildFromArchive=NONE
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
78TimeSeriesFrequency=NONE
79#D- If you want to produce seasonal average, this flag determines
80#D- the period of this average
81SeasonalFrequency=NONE
82#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
83#D- Usefull if you do not want to consider the first X simulation's years
84SeasonalFrequencyOffset= 0
85
86#========================================================================
87#D-- SRF - SLOWPROC
88[SRF]
89WriteFrequency="1M"
90Restart=n
91#-- Last day of the experience used as restart
92RestartDate=1979-12-31
93# Define restart simulation name
94RestartJobName=TESTFORCE
95RestartPath=${ARCHIVE}/IGCM_OUT/OL2
96#-- Old component name for restart (if empty, use new name)
97OldName=
98
99#========================================================================
100#D-- SRF - STOMATE
101[SBG]
102WriteFrequency="1M"
103Restart=n
104#-- Last day of the experience used as restart
105RestartDate=1979-12-31
106# Define restart simulation name
107RestartJobName=TESTFORCE
108RestartPath=${ARCHIVE}/IGCM_OUT/OL2
109#-- Old component name for restart (if empty, use new name)
110OldName=
111
112#========================================================================
113#D-- OOL -
114[OOL]
115WriteFrequency="1M"
116Restart=n
117#-- Last day of the experience used as restart
118RestartDate=
119# Define restart simulation name
120RestartJobName=
121RestartPath=
122# Old component name for restart (if empty, use new name)
123
124#========================================================================
Note: See TracBrowser for help on using the repository browser.