source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG4/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.9 KB
Line 
1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL/OOL_SEC_STO_FG4/config.card $
2# $Date: 2020-04-10 11:28:52 +0200 (Fri, 10 Apr 2020) $
3# $Revision: 6723 $
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=FG4
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=1901-01-01
29DateEnd=2010-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)
55
56# Here use 31mpi for the orchidee_ol executable and 1 server XIOS.
57# These settings are adapted for global run on 2-degree resolution.
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#========================================================================
69#D-- Restarts -
70[Restarts]
71#D- OverRule=y : All component will restart from the same simulation
72OverRule=n
73#D- Date of restart file to be used
74RestartDate=1900-12-31
75#D- JobName for the restart file
76RestartJobName=FG1trans
77#D- Path to directory where the RestartJobName directory is stored
78#D- NB! ${ARCHIVE} depend on login. The full path can also be set
79RestartPath=${ARCHIVE}/IGCM_OUT/OL2/PROD/secsto
80
81#========================================================================
82#D-- Post -
83[Post]
84#D- Do we archive the output text files and restart files?
85#D- frequency to create the archives (by default RebuildFrequency)
86PackFrequency=10Y
87#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
88RebuildFrequency=NONE
89#D- If you want to produce time series, this flag determines
90#D- frequency of post-processing submission
91TimeSeriesFrequency=10Y
92#D- Activate IgnoreNonMonotonic only when cycling over the same forcing files as for a spin up.
93IgnoreNonMonotonic=FALSE
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.