source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC/config.card

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