source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP_ANALYTIC_FG1nd/config.card @ 7911

Last change on this file since 7911 was 7911, checked in by xiaoni.wang, 16 months ago

Add configuration files for the spinup and transient simulations by using the new driver in tag2.2

File size: 4.7 KB
Line 
1# $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE_2_2/ORCHIDEE_OL/SPINUP_ANALYTIC_FG1/config.card $
2# $Date: 2022-01-28 11:26:36 +0100 (ven., 28 janv. 2022) $
3# $Revision: 7451 $
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=SPINUPANALYTIC.FG1nd
16#----- LongName : Some words describing the experiment. LongName will be added in all output files produced by XIOS.
17LongName="Analytical spinup with the New Driver"
18TagName=OL2
19#------ SpaceName = DEVT/TEST/PROD
20SpaceName=TEST
21#----- ExperimentName : Short Name of Experiment
22ExperimentName=spinup
23#============================
24#-- leap(gregorian), noleap, 360d
25CalendarType=noleap
26#-- Start and End of Job
27#-- "YYYY-MM-DD"
28DateBegin=1901-01-01
29DateEnd=2240-12-31
30# Forcing data between 1901 and 1920
31CyclicBegin=1901
32CyclicEnd=1910
33#============================
34#-- 1Y, 1M, 5D, 1D
35PeriodLength=1Y
36#============================
37#-- Source following file with module settings, only if it exists
38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
39#============================
40# OptMode indicates the optimization mode choosen during compilation
41# This variable is used in the executable name
42OptMode=prod
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component: (Component name, tag/version name)
48SRF= (sechiba, orchidee)
49SBG= (stomate, orchidee)
50OOL= (orchideedriver, orchidee)
51IOS= (xios, XIOS)
52
53#========================================================================
54#D-- Executable -
55[Executable]
56#D- For each component:
57#D  (Real executable name, temorary name during run, number of process MPI)
58SRF= ("", "")
59SBG= ("", "")
60OOL= (orchideedriver_${OptMode}, orchideedriver, 31MPI)
61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
62
63#========================================================================
64#D-- Restarts -
65[Restarts]
66#D- OverRule=y : All component will restart from the same simulation
67OverRule=n
68#D- Date of restart file to be used
69RestartDate=1981-12-31
70#D- JobName for the restart file
71RestartJobName=CD1
72#D- Path to directory where the RestartJobName directory is stored
73#D- NB! ${ARCHIVE} depend on login. The full path can also be set
74RestartPath=${ARCHIVE}/IGCM_OUT/OL2/TEST/spinup
75
76#========================================================================
77#D-- Post -
78[Post]
79#D- Do we archive the output text files and restart files?
80#D- frequency to create the archives (by default RebuildFrequency)
81PackFrequency=10Y
82#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
83RebuildFrequency=NONE
84#D- If you want to produce time series, this flag determines
85#D- frequency of post-processing submission
86TimeSeriesFrequency=10Y
87#D- Activate IgnoreNonMonotonic because time axis is not monotonic with
88#D- spinup experiment
89IgnoreNonMonotonic=TRUE
90#D- If you want to produce seasonal average, this flag determines
91#D- the period of this average
92SeasonalFrequency=10Y
93#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
94#D- Usefull if you do not want to consider the first X simulation's years
95SeasonalFrequencyOffset= 0
96#D- If you want to produce compute PCMDI metrics from seasonal average
97#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
98MetricsPCMDI=FALSE
99
100#========================================================================
101#D-- SRF - SECHIBA
102# Use this section to start from restart file for SRF if OverRule=n
103# WriteFrequency is not used any more for ORCHIDEE
104# Output files are now managed in sechiba.card
105[SRF]
106WriteFrequency=""
107Restart=n
108RestartDate=...
109RestartJobName=...
110RestartPath=...
111#========================================================================
112#D-- SBG - STOMATE
113# Use this section to start from restart file for SBG if OverRule=n
114# WriteFrequency is not used any more for ORCHIDEE
115# Output files are now managed in stomate.card
116[SBG]
117WriteFrequency=""
118Restart=n
119RestartDate=...
120RestartJobName=...
121RestartPath=...
122#========================================================================
123#D-- OOL - Offline driver
124# There is no need to change this section
125[OOL]
126WriteFrequency=""
127Restart=n
128RestartDate=...
129RestartJobName=...
130RestartPath=...
131#========================================================================
132#D-- IOS - XIOS
133# There is no need to change this section
134[IOS]
135WriteFrequency=""
136Restart=n
137RestartDate=...
138RestartJobName=...
139RestartPath=...
140#========================================================================
Note: See TracBrowser for help on using the repository browser.