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

Last change on this file since 5804 was 4947, checked in by josefine.ghattas, 6 years ago

New management of output files : now done from sechiba.card and stomate.card instead of using WriteFrequncy? in config.card. The output level can also be modified now.

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