source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3/config.card @ 7421

Last change on this file since 7421 was 7421, checked in by agnes.ducharne, 2 years ago

Configurations for new driver : FG2nd created with CRUJRA2.2 twodeg and no routing, FG2 updated to use the same forcing files; FG2nd and FG3nd with all required keuwords in run.def and default SPREAD_PREC_SEC as in old driver.

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