source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC/config.card @ 7563

Last change on this file since 7563 was 7451, checked in by josefine.ghattas, 2 years ago

Copied new compilation method from the trunk. See ticket #819
Compilation should be done with IOIPSL tag v2_2_5

  • Property svn:keywords set to Date Revision HeadURL
File size: 4.0 KB
Line 
1# $HeadURL$
2# $Date$
3# $Revision$
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#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- OverRule=y : All component will restart from the same simulation
62OverRule=n
63#D- Date of restart file to be used
64RestartDate=1981-12-31
65#D- JobName for the restart file
66RestartJobName=CD1
67#D- Path to directory where the RestartJobName directory is stored
68#D- NB! ${ARCHIVE} depend on login. The full path can also be set
69RestartPath=${ARCHIVE}/IGCM_OUT/OL2/PROD/secsto
70
71#========================================================================
72#D-- Post -
73[Post]
74#D- Do we archive the output text files and restart files?
75#D- frequency to create the archives (by default RebuildFrequency)
76PackFrequency=5Y
77#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
78RebuildFrequency=NONE
79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
81TimeSeriesFrequency=10Y
82#D- Activate IgnoreNonMonotonic only when cycling over the same forcing files as for a spin up.
83IgnoreNonMonotonic=FALSE
84#D- If you want to produce seasonal average, this flag determines
85#D- the period of this average
86SeasonalFrequency=10Y
87#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
88#D- Usefull if you do not want to consider the first X simulation's years
89SeasonalFrequencyOffset= 0
90#D- If you want to produce compute PCMDI metrics from seasonal average
91#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
92MetricsPCMDI=FALSE
93
94#========================================================================
95#D-- SRF - SECHIBA
96# Use this section to start from restart file for SRF if OverRule=n
97# WriteFrequency is not used any more for ORCHIDEE
98# Output files are now managed in sechiba.card
99[SRF]
100WriteFrequency=""
101Restart=n
102RestartDate=...
103RestartJobName=...
104RestartPath=...
105#========================================================================
106#D-- OOL - Offline driver
107# There is no need to change this section
108[OOL]
109WriteFrequency=""
110Restart=n
111RestartDate=...
112RestartJobName=...
113RestartPath=...
114#========================================================================
115#D-- IOS - XIOS
116# There is no need to change this section
117[IOS]
118WriteFrequency=""
119Restart=n
120RestartDate=...
121RestartJobName=...
122RestartPath=...
123#========================================================================
Note: See TracBrowser for help on using the repository browser.