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

Last change on this file since 5922 was 5922, checked in by jgipsl, 3 years ago

Change level for ERR_ACT parameter for mass balance error checking for ORCHIDEE trunk. ERR_ACT=3 can not be used with ORCHIDEE/trunk until following ticket has been solved : https://forge.ipsl.jussieu.fr/orchidee/ticket/795

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