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

Last change on this file since 8393 was 8393, checked in by josefine.ghattas, 5 months ago

Set Cesmep=FALSE by default. Cesmep is not yet availble on obelix

  • Property svn:keywords set to Date Revision HeadURL
File size: 4.6 KB
RevLine 
[3116]1# $HeadURL$
2# $Date$
3# $Revision$
[8]4#
[3116]5#========================================================================
[8]6#D-- Compatibility -
7[Compatibility]
8libIGCM=1.0
9
10#========================================================================
11#D-- UserChoices -
12[UserChoices]
13#============================
[1226]14#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
[5020]15JobName=FG2
[3478]16#----- LongName : Some words describing the experiment. LongName will be added in all output files produced by XIOS.
[7564]17LongName="Ref config with old driver, CRUJRA2.2 twodeg and VEGET_UPDATE=1Y"
[8]18TagName=OL2
[1226]19#------ SpaceName = DEVT/TEST/PROD
[5020]20SpaceName=TEST
[1226]21#----- ExperimentName : Short Name of Experiment
22ExperimentName=secsto
[8]23#============================
[3116]24#-- leap(gregorian), noleap, 360d
[3428]25CalendarType=noleap
[8]26#-- Start and End of Job
27#-- "YYYY-MM-DD"
[3428]28DateBegin=1901-01-01
[7421]29DateEnd=2001-12-31
[8]30#============================
31#-- 1Y, 1M, 5D, 1D
[3116]32PeriodLength=1Y
[7451]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
[3116]40
[8]41#========================================================================
42#D-- ListOfComponents -
43[ListOfComponents]
[3116]44#D- For each component: (Component name, tag/version name)
[2993]45SRF= (sechiba, orchidee)
46SBG= (stomate, orchidee)
47OOL= (orchidee_ol, orchidee)
[3428]48IOS= (xios, XIOS)
[8]49
50#========================================================================
51#D-- Executable -
52[Executable]
[3116]53#D- For each component:
54#D  (Real executable name, temorary name during run, number of process MPI)
[8]55SRF= ("", "")
56SBG= ("", "")
[7451]57OOL= (orchidee_ol_${OptMode}, orchidee_ol, 31MPI)
58IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
[8]59
60#========================================================================
61#D-- Restarts -
62[Restarts]
[3116]63#D- OverRule=y : All component will restart from the same simulation
[8]64OverRule=n
[3116]65#D- Date of restart file to be used
[5020]66RestartDate=1900-12-31
[3116]67#D- JobName for the restart file
[5020]68RestartJobName=FG1trans
[3116]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
[8]72
73#========================================================================
74#D-- Post -
75[Post]
[8375]76#D- Activate C-ESM-EP atlas
[8393]77Cesmep=FALSE
[8375]78#D- Choice of C-ESM-EP 'comparison'
79CesmepComparison=standard_comparison
[988]80#D- Do we archive the output text files and restart files?
81#D- frequency to create the archives (by default RebuildFrequency)
[5020]82PackFrequency=10Y
[3428]83#D- Frequency of rebuild submission. Only set NONE if running with 1 XIOS server
84RebuildFrequency=NONE
[8]85#D- If you want to produce time series, this flag determines
86#D- frequency of post-processing submission
87TimeSeriesFrequency=10Y
[3428]88#D- Activate IgnoreNonMonotonic only when cycling over the same forcing files as for a spin up.
89IgnoreNonMonotonic=FALSE
[8]90#D- If you want to produce seasonal average, this flag determines
91#D- the period of this average
92SeasonalFrequency=10Y
[89]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
[4285]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
[8]99
100#========================================================================
101#D-- SRF - SECHIBA
[4947]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
[8]105[SRF]
[4947]106WriteFrequency=""
[8]107Restart=n
[3116]108RestartDate=...
109RestartJobName=...
110RestartPath=...
[8]111#========================================================================
[3116]112#D-- SBG - STOMATE
[4947]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
[8]116[SBG]
[4947]117WriteFrequency=""
[8]118Restart=n
[3116]119RestartDate=...
120RestartJobName=...
121RestartPath=...
[8]122#========================================================================
[3116]123#D-- OOL - Offline driver
[3945]124# There is no need to change this section
[8]125[OOL]
[3137]126WriteFrequency=""
[8]127Restart=n
[3116]128RestartDate=...
129RestartJobName=...
130RestartPath=...
[8]131#========================================================================
[3116]132#D-- IOS - XIOS
[3945]133# There is no need to change this section
[3116]134[IOS]
135WriteFrequency=""
136Restart=n
137RestartDate=...
138RestartJobName=...
139RestartPath=...
140#========================================================================
Note: See TracBrowser for help on using the repository browser.