source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG3/config.card @ 5570

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