source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG1transnd/config.card @ 5695

Last change on this file since 5695 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 4.9 KB
Line 
1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG3/config.card $
2# $Date: 2018-02-19 16:34:48 +0100 (Mon, 19 Feb 2018) $
3# $Revision: 5020 $
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.nd
16#----- LongName : Some words describing the experiment. LongName will be added in all output files produced by XIOS.
17LongName="Transient simulation to finalize the spinup with the New Driver"
18TagName=OL2
19#------ SpaceName = DEVT/TEST/PROD
20SpaceName=TEST
21#----- ExperimentName : Short Name of Experiment
22ExperimentName=spinup
23#============================
24#-- leap(gregorian), noleap, 360d
25CalendarType=leap
26#-- Start and End of Job
27#-- "YYYY-MM-DD"
28DateBegin=1861-01-01
29DateEnd=1900-12-31
30CyclicBegin=1990
31CyclicEnd=1990
32#============================
33#-- 1Y, 1M, 5D, 1D
34PeriodLength=1Y
35#============================
36#-- Source following file with module settings, only if it exists
37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
38#============================
39# OptMode indicates the optimization mode choosen during compilation
40# This variable is used in the executable name
41OptMode=prod
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component: (Component name, tag/version name)
47SRF= (sechiba, orchidee)
48SBG= (stomate, orchidee)
49OOL= (orchideedriver, orchidee)
50IOS= (xios, XIOS)
51
52#========================================================================
53#D-- Executable -
54[Executable]
55#D- For each component:
56#D  (Real executable name, temorary name during run, number of process MPI)
57SRF= ("", "")
58SBG= ("", "")
59OOL= (orchideedriver_${OptMode}, orchideedriver, 15MPI)
60IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
61
62# Choose to run XIOS in attached mode when running ORCHIDEE on 1MPI and
63# in server mode when using several MPI.
64# Set following to use XIOS in attached mode : IOS= ("","")
65# or following to use XIOS in server mode: IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
66#========================================================================
67#D-- Restarts -
68[Restarts]
69#D- OverRule=y : All component will restart from the same simulation
70OverRule=y
71#D- Date of restart file to be used
72RestartDate=2240-12-31
73#D- JobName for the restart file
74RestartJobName=SPINUP_ANALYTIC_FG1nd
75#D- Path to directory where the RestartJobName directory is stored
76#D- NB! ${ARCHIVE} depend on login. The full path can also be set
77RestartPath=...
78
79#========================================================================
80#D-- Post -
81[Post]
82#D- Do we archive the output text files and restart files?
83#D- frequency to create the archives (by default RebuildFrequency)
84PackFrequency=10Y
85#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
86RebuildFrequency=NONE
87#D- If you want to produce time series, this flag determines
88#D- frequency of post-processing submission
89TimeSeriesFrequency=10Y
90#D- Activate IgnoreNonMonotonic because time axis is not monotonic with
91#D- spinup experiment
92IgnoreNonMonotonic=TRUE
93#D- If you want to produce seasonal average, this flag determines
94#D- the period of this average
95SeasonalFrequency=10Y
96#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
97#D- Usefull if you do not want to consider the first X simulation's years
98SeasonalFrequencyOffset= 0
99#D- If you want to produce compute PCMDI metrics from seasonal average
100#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
101MetricsPCMDI=FALSE
102
103#========================================================================
104#D-- SRF - SECHIBA
105# Use this section to start from restart file for SRF if OverRule=n
106# WriteFrequency is not used any more for ORCHIDEE
107# Output files are now managed in sechiba.card
108[SRF]
109WriteFrequency=""
110Restart=n
111RestartDate=...
112RestartJobName=...
113RestartPath=...
114#========================================================================
115#D-- SBG - STOMATE
116# Use this section to start from restart file for SBG if OverRule=n
117# WriteFrequency is not used any more for ORCHIDEE
118# Output files are now managed in stomate.card
119[SBG]
120WriteFrequency=""
121Restart=n
122RestartDate=...
123RestartJobName=...
124RestartPath=...
125#========================================================================
126#D-- OOL - Offline driver
127# There is no need to change this section
128[OOL]
129WriteFrequency=""
130Restart=n
131RestartDate=...
132RestartJobName=...
133RestartPath=...
134#========================================================================
135#D-- IOS - XIOS
136# There is no need to change this section
137[IOS]
138WriteFrequency=""
139Restart=n
140RestartDate=...
141RestartJobName=...
142RestartPath=...
143#========================================================================
Note: See TracBrowser for help on using the repository browser.