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

Last change on this file since 6146 was 6084, checked in by jgipsl, 2 years ago

Update parameter files and settings to correspond to ORCHIDEE_OL offline configuration revision 7478. Done by S Luysaert and J Ghattas.

File size: 8.9 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=2
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 = y
111
112# Activate creation of river_desc.nc file
113# RIVER_DESC will be activated only the first execution in the simulation
114RIVER_DESC = _AUTO_
115
116# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types
117# (default zobler)
118SOILTYPE_CLASSIF = zobler
119
120
121# Parameters related to vegetation map
122#**************************************************************************
123# Update vegetation frequency
124# (default 0Y)
125VEGET_UPDATE = _AUTO_
126
127# Read lai map
128# (default n)
129LAI_MAP = n
130
131# Prescribed vegetation
132# (default n)
133IMPOSE_VEG = n
134
135
136# Parameters related to surface and thermal physical properties
137#************************************************************************
138# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et
139# al. parametrization)
140# (default y)
141ROUGH_DYN = y
142
143# OK_FREEZE :  Activate the complet soil freezing scheme
144# (default y)
145OK_FREEZE = y
146
147# OK_EXPLICITSNOW :  Activate explict snow scheme
148# (default y)
149OK_EXPLICITSNOW = y
150
151# Controls several settings related to the energy budget and water stress.
152# 1 - DEFAULT uses the enerbil module in combination with the hydraulic
153# architecture (ok_hydrol_arch and ok_gs_feedback true, while   
154# ok_mleb and ok_impose_canopy_structure are set to false).
155# 2 - option to use enerbil module and original water stress
156# (not hydraulic architecture)
157# 3 - The energy budget is calculated using the multi-layer energy scheme
158# with a single layer: ok_hydrol_arch, ok_gs_feedback, ok_impose_canopy_structure
159# and and ok_mleb all TRUE, but the energy budget is calculated for a single
160# layer (jnlvls=1,jnlvls_under=0,jnlvls_canopy=1,jnlvls_over=0). No mleb output,
161# ok_mleb_history_file is set to  FALSE.
162# 4 - multi-layer energy budget: ok_hydrol_arch, ok_gs_feedback and ok_mleb all TRUE.
163# ok_impose_canopy_structure is False, and the energy budget is calculated for
164# multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9).
165# No mleb output, ok_mleb_history_file is set to  FALSE.
166# 5 - user specific: user specific settings for these controls and layers will need
167# to be defined in the run.def by the user.
168#ENERGY_CONTROL=1
169
170# Carbon related parameters
171#**************************************************************************
172# Activate Stomate component
173# (default y)
174STOMATE_OK_STOMATE = _AUTOBLOCKER_
175
176# Analytic spinup
177# (default n)
178SPINUP_ANALYTIC = n
179SPINUP_PERIOD = 10
180
181# As an alternative to DO_WOOD_HARVEST forest management can be accounted
182# for. Unless a map is read (OK_READ_FM_MAP=y) all forest will be
183# managed by the same management strategy (FOREST_MANAGED_FORCED=iFM).
184# iFM = 1 is unmanaged, iFM = 2 is a thin and fell strategy, iFM = 3 is a
185# coppice strategy and iFM = 4 is a short rotation coppice strategy.
186# (default 2)
187#OK_READ_FM_MAP=y
188
189# Parameters related to nitrogen cycle
190#**************************************************************************
191# Update nitrogen input maps
192# (default 0Y)
193NINPUT_UPDATE = _AUTO_
194
195# Impose the CN ratio of leaves
196STOMATE_IMPOSE_CN = _AUTO_
197
198# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y
199STOMATE_READ_CN = n
200CNLEAF_VAR = CN_LEAF
201
202
203# File and variable name for nitrogen input files
204#**************************************************************************
205Nammonium_FILE = ndep_nhx.nc
206Nammonium_VAR = nhx
207
208Nnitrate_FILE = ndep_noy.nc
209Nnitrate_VAR = noy
210
211Nfert_FILE = NONE
212Nfert_VAR = nfer
213
214Nmanure_FILE = NONE
215Nmanure_VAR = Nmanure
216
217Nfert_cropland_FILE = nfert_cropland.nc
218Nfert_cropland_VAR = nfer
219
220Nmanure_cropland_FILE = nmanure_cropland.nc
221Nmanure_cropland_VAR = Nmanure
222
223Nfert_pasture_FILE = nfert_pasture.nc
224Nfert_pasture_VAR = Nfer
225
226Nmanure_pasture_FILE = nmanure_pasture.nc
227Nmanure_pasture_VAR = Nmanure
228
229Nbnf_FILE= bnf.nc
230Nbnf_VAR= BNF_MGN_PERM2_PERYR
231
232
233# Parameters describing the canopy structure
234#**************************************************************************
235# Number of diameter classes - enables to create complex canopies
236# (default = 1)
237NCIRC = 3
238
239
240# Parameters related to chemistry bvoc
241#************************************************************************
242# CHEMISTRY_OK_BVOC :  Activate chemistry
243CHEMISTRY_BVOC = _AUTO_: DEFAULT=n
244
245# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
246CO2_FOR_BVOC_WILKINSON=n
247
248# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
249CO2_FOR_BVOC_POSSELL=n
Note: See TracBrowser for help on using the repository browser.