source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG1trans/config.card @ 5901

Last change on this file since 5901 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_FG1trans/config.card $
2# $Date: 2020-04-10 11:35:51 +0200 (Fri, 10 Apr 2020) $
3# $Revision: 6724 $
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=test
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#-- Source following file with module settings, only if it exists
38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
39#============================
40# OptMode indicates the optimization mode choosen during compilation
41# This variable is used in the executable name
42OptMode=prod
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component: (Component name, tag/version name)
48SRF= (sechiba, orchidee)
49SBG= (stomate, orchidee)
50OOL= (orchidee_ol, orchidee)
51IOS= (xios, XIOS)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56#D- For each component:
57#D  (Real executable name, temorary name during run, number of process MPI)
58SRF= ("", "")
59SBG= ("", "")
60OOL= (orchidee_ol_${OptMode}, orchidee_ol, 31MPI)
61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
62
63# Choose to run XIOS in attached mode when running ORCHIDEE on 1MPI and
64# in server mode when using several MPI.
65# Set following to use XIOS in attached mode : IOS= ("","")
66# or following to use XIOS in server mode: IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
67#========================================================================
68#D-- Restarts -
69[Restarts]
70#D- OverRule=y : All component will restart from the same simulation
71OverRule=n
72#D- Date of restart file to be used
73RestartDate=2240-12-31
74#D- JobName for the restart file
75RestartJobName=FG1
76#D- Path to directory where the RestartJobName directory is stored
77#D- NB! ${ARCHIVE} depend on login. The full path can also be set
78RestartPath=${ARCHIVE}/IGCM_OUT/OL2/PROD/secsto
79
80#========================================================================
81#D-- Post -
82[Post]
83#D- Do we archive the output text files and restart files?
84#D- frequency to create the archives (by default RebuildFrequency)
85PackFrequency=10Y
86#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
87RebuildFrequency=NONE
88#D- If you want to produce time series, this flag determines
89#D- frequency of post-processing submission
90TimeSeriesFrequency=10Y
91#D- Activate IgnoreNonMonotonic because time axis is not monotonic with
92#D- spinup experiment
93IgnoreNonMonotonic=TRUE
94#D- If you want to produce seasonal average, this flag determines
95#D- the period of this average
96SeasonalFrequency=10Y
97#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
98#D- Usefull if you do not want to consider the first X simulation's years
99SeasonalFrequencyOffset= 0
100#D- If you want to produce compute PCMDI metrics from seasonal average
101#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
102MetricsPCMDI=FALSE
103
104#========================================================================
105#D-- SRF - SECHIBA
106# Use this section to start from restart file for SRF if OverRule=n
107# WriteFrequency is not used any more for ORCHIDEE
108# Output files are now managed in sechiba.card
109[SRF]
110WriteFrequency=""
111Restart=n
112RestartDate=...
113RestartJobName=...
114RestartPath=...
115#========================================================================
116#D-- SBG - STOMATE
117# Use this section to start from restart file for SBG if OverRule=n
118# WriteFrequency is not used any more for ORCHIDEE
119# Output files are now managed in stomate.card
120[SBG]
121WriteFrequency=""
122Restart=n
123RestartDate=...
124RestartJobName=...
125RestartPath=...
126#========================================================================
127#D-- OOL - Offline driver
128# There is no need to change this section
129[OOL]
130WriteFrequency=""
131Restart=n
132RestartDate=...
133RestartJobName=...
134RestartPath=...
135#========================================================================
136#D-- IOS - XIOS
137# There is no need to change this section
138[IOS]
139WriteFrequency=""
140Restart=n
141RestartDate=...
142RestartJobName=...
143RestartPath=...
144#========================================================================
Note: See TracBrowser for help on using the repository browser.