source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/ORCHIDEE/orchidee.def_v4 @ 6662

Last change on this file since 6662 was 6662, checked in by cetlod, 8 months ago

CM7_work : finalisation, update drivers and monitoring files

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