source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2/config.card @ 7564

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

Correct comment

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