source: tags/ORCHIDEE_1_9_5_1/ORCHIDEE_OL/SPINUP/PARAM/stomate.def @ 118

Last change on this file since 118 was 118, checked in by martial.mancip, 13 years ago

Update driver scripts on tag ORCHIDEE_1_9_5_1.

File size: 6.6 KB
Line 
1#
2#**************************************************************************
3#                    Namelist for STOMATE
4#**************************************************************************
5#
6#**************************************************************************
7#          OPTIONS NOT SET
8#**************************************************************************
9#
10#
11#**************************************************************************
12#          Management of display in the run of STOMATE
13#**************************************************************************
14
15# Model chatting level
16# level of online diagnostics in STOMATE (0-4)
17# With this variable, you can determine how much online information STOMATE
18#  gives during the run. 0 means virtually no info.
19BAVARD = 1
20# default = 1
21
22#**************************************************************************
23#          Files : incoming / forcing / restart /output
24#**************************************************************************
25# Ancillary files :
26#---------------------------------------------------------------------
27
28
29# Name of file from which the reference
30# The name of the file to be opened to read
31#  temperature is read
32#  the reference surface temperature.
33#  The data from this file is then interpolated
34#  to the grid of the model.
35#  The aim is to get a reference temperature either
36#  to initialize the corresponding prognostic model
37#  variable correctly (ok_dgvm = TRUE) or to impose it
38#  as boundary condition (ok_dgvm = FALSE)
39REFTEMP_FILE = reftemp.nc
40# default = reftemp.nc
41# Input and output restart file for STOMATE :
42#---------------------------------------------------------------------
43
44# Name of restart to READ for initial conditions of STOMATE
45# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
46# This is the name of the file which will be opened of STOMATE
47#   to extract the initial values of all prognostic values of STOMATE.
48STOMATE_RESTART_FILEIN = NONE
49# default = NONE
50
51# Name of restart files to be created by STOMATE
52# If STOMATE_OK_STOMATE || STOMATE_WATCHOUT
53# This is the name of the file which will be opened
54#        to write the final values of all prognostic values
55#        of STOMATE.
56STOMATE_RESTART_FILEOUT = stomate_rest_out.nc
57# default = stomate_restart.nc
58
59# Forcing files for TESTSTOMATE and FORCESOIL
60#---------------------------------------------------------------------
61
62# Name of STOMATE's forcing file
63# Name that will be given to STOMATE's offline forcing file
64STOMATE_FORCING_NAME = stomate_forcing.nc
65#default = NONE
66
67# Size of STOMATE forcing data in memory (MB)
68# This variable determines how many
69#  forcing states will be kept in memory.
70#  Must be a compromise between memory
71#  use and frequeny of disk access.
72STOMATE_FORCING_MEMSIZE = 50
73# default = 50
74
75# Name of STOMATE's carbon forcing file
76# Name that will be given to STOMATE's carbon offline forcing file
77STOMATE_CFORCING_NAME = stomate_Cforcing.nc
78# default = NONE
79
80
81# Produced forcing file name :
82#---------------------------------------------------------------------
83# STOMATE does minimum service
84# set to TRUE if you want STOMATE to read
85#  and write its start files and keep track
86#  of longer-term biometeorological variables.
87#  This is useful if OK_STOMATE is not set,
88#  but if you intend to activate STOMATE later.
89#  In that case, this run can serve as a
90#  spinup for longer-term biometeorological
91#  variables.
92STOMATE_WATCHOUT = n
93# default = n
94
95
96# Output file name :
97#---------------------------------------------------------------------
98
99# Name of file in which STOMATE's output is going to be written
100# This file is going to be created by the model
101#  and will contain the output from the model.
102#  This file is a truly COADS compliant netCDF file.
103#  It will be generated by the hist software from
104#  the IOIPSL package.
105STOMATE_OUTPUT_FILE = stomate_history.nc
106# default = stomate_history.nc
107
108# Write levels for outputs files (number of variables) :
109#---------------------------------------------------------------------
110
111# STOMATE history output level (0..10)
112#  0: nothing is written; 10: everything is written
113STOMATE_HISTLEVEL = 10
114# default = 10
115
116# STOMATE_IPCC_OUTPUT_FILE
117# This file is going to be created by the model
118#    and will contain the output from the model.
119#    This file is a truly COADS compliant netCDF file.
120#    It will be generated by the hist software from
121#    the IOIPSL package.
122# Name of file in which STOMATE's output is going
123# to be written
124STOMATE_IPCC_OUTPUT_FILE = stomate_ipcc_history.nc
125# default = stomate_ipcc_history.nc
126
127# STOMATE_IPCC_HIST_DT
128# Time step of the STOMATE IPCC history file
129# STOMATE IPCC history time step (d)
130STOMATE_IPCC_HIST_DT = 0.
131# default = 0.
132
133# Write frequency for output files (STOMATE in days) :
134#---------------------------------------------------------------------
135
136# STOMATE history time step (d)
137# Time step of the STOMATE history file
138# Care : this variable must be higher than DT_SLOW
139STOMATE_HIST_DT = 10.
140# default = 10.
141
142
143#---------------------------------------------------------------------
144# FORCESOIL CARBON spin up parametrization
145#---------------------------------------------------------------------
146
147# Number of time steps per year for carbon spinup.
148FORCESOIL_STEP_PER_YEAR = 12
149# default = 12
150
151# Number of years saved for carbon spinup.
152FORCESOIL_NB_YEAR = 1
153# default = 1
154
155#---------------------------------------------------------------------
156# Parametrization :
157#---------------------------------------------------------------------
158
159# Activate STOMATE?
160# set to TRUE if STOMATE is to be activated
161STOMATE_OK_STOMATE = n
162# default = n
163
164# Activate DGVM?
165# set to TRUE if Dynamic Vegetation DGVM is to be activated
166STOMATE_OK_DGVM = n
167# default = n
168
169# Index of grid point for online diagnostics
170# This is the index of the grid point which will be used for online diagnostics.
171STOMATE_DIAGPT = 1
172# default = 1
173
174# constant tree mortality
175# If yes, then a constant mortality is applied to trees.
176#  Otherwise, mortality is a function of the trees'
177#  vigour (as in LPJ).
178LPJ_GAP_CONST_MORT = y
179# default = y
180
181# no fire allowed
182# With this variable, you can allow or not
183#  the estimation of CO2 lost by fire
184FIRE_DISABLE = n
185# default = n
186
187#**************************************************************************
188
189# Harvert model for agricol PFTs.
190# Compute harvest above ground biomass for agriculture.
191# Change daily turnover.
192HARVEST_AGRI = y
193# default = y
194
195# herbivores allowed?
196# With this variable, you can activate herbivores
197HERBIVORES = n
198# default = n
199
200# treat expansion of PFTs across a grid cell?
201# With this variable, you can determine
202#  whether we treat expansion of PFTs across a
203#  grid cell.
204TREAT_EXPANSION = n
205# default = n
206
Note: See TracBrowser for help on using the repository browser.