source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/OOL_SEC_STO_FG1trans/config.card @ 5112

Last change on this file since 5112 was 5020, checked in by josefine.ghattas, 6 years ago

Rename experiences to corespond to the reference simulations. Update simulation dates to corespond to the reference simulations. See ticket #422

  • Property svn:keywords set to Date Revision HeadURL
File size: 4.2 KB
Line 
1# $HeadURL$
2# $Date$
3# $Revision$
4#
5#========================================================================
6#D-- Compatibility -
7[Compatibility]
8libIGCM=1.0
9
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
14#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
15JobName=FG1trans
16#----- LongName : Some words describing the experiment. LongName will be added in all output files produced by XIOS.
17LongName=""
18TagName=OL2
19#------ SpaceName = DEVT/TEST/PROD
20SpaceName=TEST
21#----- ExperimentName : Short Name of Experiment
22ExperimentName=spinup
23#============================
24#-- leap(gregorian), noleap, 360d
25CalendarType=noleap
26#-- Start and End of Job
27#-- "YYYY-MM-DD"
28DateBegin=1861-01-01
29DateEnd=1900-12-31
30# Forcing data between 1901 and 1920
31CyclicBegin=1901
32CyclicEnd=1910
33#============================
34#-- 1Y, 1M, 5D, 1D
35PeriodLength=1Y
36
37#========================================================================
38#D-- ListOfComponents -
39[ListOfComponents]
40#D- For each component: (Component name, tag/version name)
41SRF= (sechiba, orchidee)
42SBG= (stomate, orchidee)
43OOL= (orchidee_ol, orchidee)
44IOS= (xios, XIOS)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49#D- For each component:
50#D  (Real executable name, temorary name during run, number of process MPI)
51SRF= ("", "")
52SBG= ("", "")
53OOL= (orchidee_ol, orchidee_ol, 31MPI)
54IOS= (xios_server.exe, xios.x, 1MPI)
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- OverRule=y : All component will restart from the same simulation
60OverRule=n
61#D- Date of restart file to be used
62RestartDate=2240-12-31
63#D- JobName for the restart file
64RestartJobName=FG1
65#D- Path to directory where the RestartJobName directory is stored
66#D- NB! ${ARCHIVE} depend on login. The full path can also be set
67RestartPath=${ARCHIVE}/IGCM_OUT/OL2/PROD/secsto
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we archive the output text files and restart files?
73#D- frequency to create the archives (by default RebuildFrequency)
74PackFrequency=10Y
75#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
76RebuildFrequency=NONE
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79TimeSeriesFrequency=10Y
80#D- Activate IgnoreNonMonotonic because time axis is not monotonic with
81#D- spinup experiment
82IgnoreNonMonotonic=TRUE
83#D- If you want to produce seasonal average, this flag determines
84#D- the period of this average
85SeasonalFrequency=10Y
86#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
87#D- Usefull if you do not want to consider the first X simulation's years
88SeasonalFrequencyOffset= 0
89#D- If you want to produce compute PCMDI metrics from seasonal average
90#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
91MetricsPCMDI=FALSE
92
93#========================================================================
94#D-- SRF - SECHIBA
95# Use this section to start from restart file for SRF if OverRule=n
96# WriteFrequency is not used any more for ORCHIDEE
97# Output files are now managed in sechiba.card
98[SRF]
99WriteFrequency=""
100Restart=n
101RestartDate=...
102RestartJobName=...
103RestartPath=...
104#========================================================================
105#D-- SBG - STOMATE
106# Use this section to start from restart file for SBG if OverRule=n
107# WriteFrequency is not used any more for ORCHIDEE
108# Output files are now managed in stomate.card
109[SBG]
110WriteFrequency=""
111Restart=n
112RestartDate=...
113RestartJobName=...
114RestartPath=...
115#========================================================================
116#D-- OOL - Offline driver
117# There is no need to change this section
118[OOL]
119WriteFrequency=""
120Restart=n
121RestartDate=...
122RestartJobName=...
123RestartPath=...
124#========================================================================
125#D-- IOS - XIOS
126# There is no need to change this section
127[IOS]
128WriteFrequency=""
129Restart=n
130RestartDate=...
131RestartJobName=...
132RestartPath=...
133#========================================================================
Note: See TracBrowser for help on using the repository browser.