source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/orchidee.def @ 6414

Last change on this file since 6414 was 6414, checked in by jgipsl, 15 months ago

Set routing flag to _AUTO_ to make it possible to change from orchidee.card

File size: 9.0 KB
Line 
1# $HeadURL$
2# $Date$
3# $Revision$
4
5#**************************************************************************
6#           Suggested parameter set up for ORCHIDEE trunk
7#
8# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
9#
10# Note when running with libIGCM, variables set here to _AUTOBLOCKER_ can
11# not be changed in run.def otherwise the simulation will stop. Variables
12# set to _AUTO_ can be changed from the comp.card but they can also be
13# changed directly in the run.def. A value set in run.def can never be
14# changed again by libIGCM.
15#**************************************************************************
16
17# Parameters that should be removed once these issues are resolved
18#**************************************************************************
19# This patch should be accepted or rejected and the flag should then
20# be removed
21LNVGRASSPATCH=y
22
23# From a scientific point of view hydraulic architecture is much nicer
24# than a direct dependency on soil water. Julien is working on both
25# the nummerics and the science of the hydraulic architecture. To
26# avoid further delays with milestone 4.1 we decided to change the
27# settings.
28ENERGY_CONTROL=2
29
30# Although we now have global forest management maps that could be
31# used in the spinup, the interpretation of the results is easier if
32# all pixels have the same forest management.
33OK_READ_FM_MAP=n
34FOREST_MANAGED_FORCED=1
35
36
37# Parameters related to the restart file and the start date
38#**************************************************************************
39# Name of restart file for sechiba part of the model
40# (default NONE)
41SECHIBA_restart_in = _AUTOBLOCKER_
42
43# Name of restart file for stomate part of the model
44# (default NONE)
45STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
46
47
48# Parameters related to the diagnostic output files
49#**************************************************************************
50# Use XIOS for writing diagnostics file
51# (defualt y)
52# All IOIPSL output are deactivated if XIOS_ORCHIDEE_OK=y
53XIOS_ORCHIDEE_OK = y
54
55
56# Parameters related to debugging and error checking
57#**************************************************************************
58# Mass balance and surface area checks
59# 1 - is recommended when running global long-term simulations.
60# Under this option, mass and area conservation are checked for all
61# biogeochemical processes but only at the highest level thus stomate.f90
62# and stomate_lpj.f90. Although these checks are not very expensive in terms
63# of computer time, skipping the numerous lower level checks is expected to
64# save some time. Under this option the mass balance error is only written
65# to the history file. No information is provided in which subroutine the
66# problem occurred.
67# 2 - is recommended when developing and testing the model. Now the mass
68# balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
69# its subroutines. Under this option the mass balance error is written to
70# the history file and if the mass balance is not closed, the warning
71# message will indicate in which subroutine the problem likely
72# originated.
73# 3 - is recommended when having a problem with mass balance closure. The
74# mass balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
75# its subroutines. If a mass balance occurs, the model is stopped.
76# (default)
77ERR_ACT = 3
78
79# If the model crashes and it is not clear in which subroutine the crash
80# occurs one could increase the print level for text output in out_orchidee_*
81# PRINTLEV = 1 : some output in initialization phase
82# PRINTLEV = 2 : more output in initialization phase and printing of new date
83# PRINTLEV = 3, 4,.. : more output also at each timestep
84# (default 2)
85PRINTLEV=1
86
87# If the model crashes on an ipslerr there is a fair change that the pixel and
88# PFT where the crash occur will be printed in the out_orchidee_* file. Try to
89# re-run the model for a single pixel or a small region (for example,
90# 3 by 3). LIMIT_EAST, LIMIT_NORTH, LIMIT_SOUTH and LIMIT_WEST should
91# be set in the run.def
92
93# If it is known in which subroutine the model crashes, the local print level
94# of that subroutine could be increased. Additional write statements will then
95# be activated. These write statements print the values of specific variables.
96# (default 2)
97#PRINTLEV_sapiens_lcchange = 4
98
99# When a local print level is set, the grid and pft number for which the
100# values needs to written should be set. This setting reduces reduces
101# the size and enhances the readability of the out_orchidee_* files. 
102TEST_GRID = 1
103TEST_PFT = 2
104
105
106# Hydrology parameters
107#**************************************************************************
108# Activate river routing
109# default = y
110RIVER_ROUTING = _AUTO_
111
112# Choice of routing method: standard or simple
113ROUTING_METHOD = _AUTO_
114
115# Activate creation of river_desc.nc file
116# RIVER_DESC will be activated only the first execution in the simulation
117RIVER_DESC = _AUTO_
118
119# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types
120# (default zobler)
121SOILTYPE_CLASSIF = zobler
122
123
124# Parameters related to vegetation map
125#**************************************************************************
126# Update vegetation frequency
127# (default 0Y)
128VEGET_UPDATE = _AUTO_
129
130# Read lai map
131# (default n)
132LAI_MAP = n
133
134# Prescribed vegetation
135# (default n)
136IMPOSE_VEG = n
137
138
139# Parameters related to surface and thermal physical properties
140#************************************************************************
141# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et
142# al. parametrization)
143# (default y)
144ROUGH_DYN = y
145
146# OK_FREEZE :  Activate the complet soil freezing scheme
147# (default y)
148OK_FREEZE = y
149
150# OK_EXPLICITSNOW :  Activate explict snow scheme
151# (default y)
152OK_EXPLICITSNOW = y
153
154# Controls several settings related to the energy budget and water stress.
155# 1 - DEFAULT uses the enerbil module in combination with the hydraulic
156# architecture (ok_hydrol_arch and ok_gs_feedback true, while   
157# ok_mleb and ok_impose_canopy_structure are set to false).
158# 2 - option to use enerbil module and original water stress
159# (not hydraulic architecture)
160# 3 - The energy budget is calculated using the multi-layer energy scheme
161# with a single layer: ok_hydrol_arch, ok_gs_feedback, ok_impose_canopy_structure
162# and and ok_mleb all TRUE, but the energy budget is calculated for a single
163# layer (jnlvls=1,jnlvls_under=0,jnlvls_canopy=1,jnlvls_over=0). No mleb output,
164# ok_mleb_history_file is set to  FALSE.
165# 4 - multi-layer energy budget: ok_hydrol_arch, ok_gs_feedback and ok_mleb all TRUE.
166# ok_impose_canopy_structure is False, and the energy budget is calculated for
167# multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9).
168# No mleb output, ok_mleb_history_file is set to  FALSE.
169# 5 - user specific: user specific settings for these controls and layers will need
170# to be defined in the run.def by the user.
171#ENERGY_CONTROL=1
172
173# Carbon related parameters
174#**************************************************************************
175# Activate Stomate component
176# (default y)
177STOMATE_OK_STOMATE = _AUTOBLOCKER_
178
179# Analytic spinup
180# (default n)
181SPINUP_ANALYTIC = n
182SPINUP_PERIOD = 10
183
184# As an alternative to DO_WOOD_HARVEST forest management can be accounted
185# for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be
186# managed by the same management strategy (FOREST_MANAGED_FORCED=iFM).
187# iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a
188# coppice strategy and iFM = 4 is a short rotation coppice strategy.
189# (default 2)
190#OK_READ_FM_MAP=y
191
192# Parameters related to nitrogen cycle
193#**************************************************************************
194# Update nitrogen input maps
195# (default 0Y)
196NINPUT_UPDATE = _AUTO_
197
198# Impose the CN ratio of leaves
199STOMATE_IMPOSE_CN = _AUTO_
200
201# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y
202STOMATE_READ_CN = n
203CNLEAF_VAR = CN_LEAF
204
205
206# File and variable name for nitrogen input files
207#**************************************************************************
208Nammonium_FILE = ndep_nhx.nc
209Nammonium_VAR = nhx
210
211Nnitrate_FILE = ndep_noy.nc
212Nnitrate_VAR = noy
213
214Nfert_FILE = NONE
215Nfert_VAR = nfer
216
217Nmanure_FILE = NONE
218Nmanure_VAR = Nmanure
219
220Nfert_cropland_FILE = nfert_cropland.nc
221Nfert_cropland_VAR = nfer
222
223Nmanure_cropland_FILE = nmanure_cropland.nc
224Nmanure_cropland_VAR = Nmanure
225
226Nfert_pasture_FILE = nfert_pasture.nc
227Nfert_pasture_VAR = Nfer
228
229Nmanure_pasture_FILE = nmanure_pasture.nc
230Nmanure_pasture_VAR = Nmanure
231
232Nbnf_FILE= bnf.nc
233Nbnf_VAR= BNF_MGN_PERM2_PERYR
234
235
236# Parameters describing the canopy structure
237#**************************************************************************
238# Number of diameter classes - enables to create complex canopies
239# (default = 1)
240NCIRC = 3
241
242
243# Parameters related to chemistry bvoc
244#************************************************************************
245# CHEMISTRY_OK_BVOC :  Activate chemistry
246CHEMISTRY_BVOC = _AUTO_: DEFAULT=n
247
248# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
249CO2_FOR_BVOC_WILKINSON=n
250
251# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
252CO2_FOR_BVOC_POSSELL=n
Note: See TracBrowser for help on using the repository browser.