source: CONFIG_DEVT/ORCHIDEE_OL_TP/FORCESOIL/config.card @ 5868

Last change on this file since 5868 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 3.8 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#====================================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8
9#========================================================================
10#D-- UserChoices -
11[UserChoices]
12#============================
13#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
14JobName=ForceSo
15LongName="Please, explain here what is this simulation for"
16TagName=OL2
17#------ SpaceName = DEVT/TEST/PROD
18SpaceName=PROD
19#----- ExperimentName : Short Name of Experiment
20ExperimentName=forcesoil
21#============================
22#-- leap, noleap, 360d
23CalendarType=360d
24#-- Start and End of Job
25#-- "YYYY-MM-DD"
26DateBegin=1980-01-01
27DateEnd=1999-12-30
28#============================
29#-- 1Y, 1M, 5D, 1D
30PeriodLength=10Y
31#============================
32#-- Source following file with module settings, only if it exists
33EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
34#============================
35# OptMode indicates the optimization mode choosen during compilation
36# This variable is used in the executable name
37OptMode=prod
38
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43SBG= (stomate, orchidee)
44OOL= (orchidee_ol, orchidee_ol)
45#========================================================================
46#D-- Executable -
47[Executable]
48#D- For each component, Real name of executable, Name of executable for oasis
49SBG= (forcesoil_${OptMode}, forcesoil, 4MPI)
50OOL= ("","")
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
55OverRule=n
56#D- Last day of the experience used as restart
57RestartDate=1979-12-31
58#D- Define restart simulation name (=> JOB_OS)
59RestartJobName=TESTFORCE
60#D- Path Server Group Login (=> PSGL)
61RestartPath=${ARCHIVE}/IGCM_OUT
62# Attention login depend de la machine
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=1OY
70#D- Do we rebuild parallel output, this flag determines
71#D- frequency of rebuild submission
72RebuildFrequency=10Y
73#D- Optimization of rebuid
74RebuildFromArchive=NONE
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency=NONE
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency=NONE
81#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
82#D- Usefull if you do not want to consider the first X simulation's years
83SeasonalFrequencyOffset= 0
84
85#========================================================================
86#D-- SRF - STOMATE
87[SBG]
88WriteFrequency="1M"
89#-- Restart=y is mandatory for forcesoil.
90#   Set RestartDate, RestartJobName and RestartPath for sechiba.
91#   This restart file must correspond to the stomate_Cforcing.nc file set in stomate.card.
92Restart=y
93#-- Last day of the experience used as restart
94RestartDate=...
95# Define restart simulation name
96RestartJobName=...
97RestartPath=${ARCHIVE}/IGCM_OUT/OL2/.....
98# Old component name for restart (if empty, use new name)
99OldName=
100
101#========================================================================
102#========================================================================
103#D-- OOL -
104[OOL]
105WriteFrequency=
106Restart=n
107#-- Last day of the experience used as restart
108RestartDate=
109# Define restart simulation name
110RestartJobName=
111RestartPath=
112# Old component name for restart (if empty, use new name)
113
114#========================================================================
115
Note: See TracBrowser for help on using the repository browser.