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

Last change on this file was 6653, checked in by jgipsl, 9 months ago

Update default settings for ORCHIDEE to follow offline set-up FG_CRUJRA_ experiments as done in revision https://forge.ipsl.jussieu.fr/orchidee/changeset/8247 :

  • Change to routing simple (implies a new restart file, change routing input file and add context_routing_orchidee.xml file)
  • Change to USDA soil classification map (SOILTYPE_CLASSIF = usda and new soils_param input file)
  • Seperated input for soil classification in soils_param.nc from soil albedo in soilcolor.nc. This is done to keep the albedo specified in the soils_param_zobler file even if now switching to use usda soil classification instead of zobler.
  • Change to use 12 snow levels (NSNOW=12)
File size: 8.9 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
52# Parameters related to debugging and error checking
53#**************************************************************************
54# Mass balance and surface area checks
55# 1 - is recommended when running global long-term simulations.
56# Under this option, mass and area conservation are checked for all
57# biogeochemical processes but only at the highest level thus stomate.f90
58# and stomate_lpj.f90. Although these checks are not very expensive in terms
59# of computer time, skipping the numerous lower level checks is expected to
60# save some time. Under this option the mass balance error is only written
61# to the history file. No information is provided in which subroutine the
62# problem occurred.
63# 2 - is recommended when developing and testing the model. Now the mass
64# balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
65# its subroutines. Under this option the mass balance error is written to
66# the history file and if the mass balance is not closed, the warning
67# message will indicate in which subroutine the problem likely
68# originated.
69# 3 - is recommended when having a problem with mass balance closure. The
70# mass balance is explicitly checked in stomate.f90, stomate_lpj.f90 and all
71# its subroutines. If a mass balance occurs, the model is stopped.
72# (default)
73ERR_ACT = 3
74
75# If the model crashes and it is not clear in which subroutine the crash
76# occurs one could increase the print level for text output in out_orchidee_*
77# PRINTLEV = 1 : some output in initialization phase
78# PRINTLEV = 2 : more output in initialization phase and printing of new date
79# PRINTLEV = 3, 4,.. : more output also at each timestep
80# (default 2)
81PRINTLEV=1
82
83# If the model crashes on an ipslerr there is a fair change that the pixel and
84# PFT where the crash occur will be printed in the out_orchidee_* file. Try to
85# re-run the model for a single pixel or a small region (for example,
86# 3 by 3). LIMIT_EAST, LIMIT_NORTH, LIMIT_SOUTH and LIMIT_WEST should
87# be set in the run.def
88
89# If it is known in which subroutine the model crashes, the local print level
90# of that subroutine could be increased. Additional write statements will then
91# be activated. These write statements print the values of specific variables.
92# (default 2)
93#PRINTLEV_sapiens_lcchange = 4
94
95# When a local print level is set, the grid and pft number for which the
96# values needs to written should be set. This setting reduces reduces
97# the size and enhances the readability of the out_orchidee_* files. 
98TEST_GRID = 1
99TEST_PFT = 2
100
101
102# Hydrology parameters
103#**************************************************************************
104# Activate river routing
105# default = y
106RIVER_ROUTING = _AUTO_
107
108# Choice of routing method: standard or simple
109ROUTING_METHOD = _AUTO_
110
111# Activate creation of river_desc.nc file
112# RIVER_DESC will be activated only the first execution in the simulation
113RIVER_DESC = _AUTO_
114
115# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types
116# (default zobler)
117SOILTYPE_CLASSIF = usda
118
119# SOILALB_FILE : File to read bare soil albedo
120SOILALB_FILE=soilcolor.nc
121
122# Parameters related to vegetation map
123#**************************************************************************
124# Update vegetation frequency
125# (default 0Y)
126VEGET_UPDATE = _AUTO_
127
128# Read lai map
129# (default n)
130LAI_MAP = n
131
132# Prescribed vegetation
133# (default n)
134IMPOSE_VEG = n
135
136
137# Parameters related to surface and thermal physical properties
138#************************************************************************
139# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et
140# al. parametrization)
141# (default y)
142ROUGH_DYN = y
143
144# OK_FREEZE :  Activate the complet soil freezing scheme
145# (default y)
146OK_FREEZE = y
147
148# OK_EXPLICITSNOW :  Activate explict snow scheme
149# (default y)
150OK_EXPLICITSNOW = y
151
152# NSNOW : Number of snow levels. Possible values are 3 or 12
153NSNOW=12
154
155# Controls several settings related to the energy budget and water stress.
156# 1 - DEFAULT uses the enerbil module in combination with the hydraulic
157# architecture (ok_hydrol_arch and ok_gs_feedback true, while
158# ok_mleb and ok_impose_canopy_structure are set to false).
159# 2 - option to use enerbil module and original water stress
160# (not hydraulic architecture)
161# 3 - The energy budget is calculated using the multi-layer energy scheme
162# with a single layer: ok_hydrol_arch, ok_gs_feedback, ok_impose_canopy_structure
163# and and ok_mleb all TRUE, but the energy budget is calculated for a single
164# layer (jnlvls=1,jnlvls_under=0,jnlvls_canopy=1,jnlvls_over=0). No mleb output,
165# ok_mleb_history_file is set to  FALSE.
166# 4 - multi-layer energy budget: ok_hydrol_arch, ok_gs_feedback and ok_mleb all TRUE.
167# ok_impose_canopy_structure is False, and the energy budget is calculated for
168# multiple layers (jnlvls=29,jnlvls_under=10,jnlvls_canopy=10,jnlvls_over=9).   
169# No mleb output, ok_mleb_history_file is set to  FALSE.
170# 5 - user specific: user specific settings for these controls and layers will need
171# to be defined in the run.def by the user.
172#ENERGY_CONTROL=1
173
174
175# Carbon related parameters
176#**************************************************************************
177# Analytic spinup
178# (default n)
179SPINUP_ANALYTIC = n
180SPINUP_PERIOD = 10
181
182# Activate Stomate component
183# (default y)
184STOMATE_OK_STOMATE = _AUTOBLOCKER_
185
186# As an alternative to DO_WOOD_HARVEST forest management can be accounted
187# for. DO_WOOD_HARVEST is not yet available in ORCHIDEE v4.
188# OK_READ_FM_MAP=y
189
190# Parameters related to nitrogen cycle
191#**************************************************************************
192# Update nitrogen input maps
193# (default 0Y)
194NINPUT_UPDATE = _AUTO_
195
196# Impose the CN ratio of leaves
197STOMATE_IMPOSE_CN = _AUTO_
198
199# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y
200STOMATE_READ_CN = n
201CNLEAF_VAR = CN_LEAF
202
203
204# File and variable name for nitrogen input files
205#**************************************************************************
206Nammonium_FILE = ndep_nhx.nc
207Nammonium_VAR = nhx
208
209Nnitrate_FILE = ndep_noy.nc
210Nnitrate_VAR = noy
211
212Nfert_FILE = NONE
213Nfert_VAR = nfer
214
215Nmanure_FILE = NONE
216Nmanure_VAR = Nmanure
217
218Nfert_cropland_FILE = nfert_cropland.nc
219Nfert_cropland_VAR = nfer
220
221Nmanure_cropland_FILE = nmanure_cropland.nc
222Nmanure_cropland_VAR = Nmanure
223
224Nfert_pasture_FILE = nfert_pasture.nc
225Nfert_pasture_VAR = Nfer
226
227Nmanure_pasture_FILE = nmanure_pasture.nc
228Nmanure_pasture_VAR = Nmanure
229
230Nbnf_FILE= bnf.nc
231Nbnf_VAR= BNF_MGN_PERM2_PERYR
232
233
234# Parameters describing the canopy structure
235#**************************************************************************
236# Number of diameter classes - enables to create complex canopies
237# (default = 1)
238NCIRC = 3
239
240
241# Parameters related to chemistry bvoc
242#************************************************************************
243# CHEMISTRY_OK_BVOC :  Activate chemistry
244CHEMISTRY_BVOC = _AUTO_: DEFAULT=n
245
246# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
247CO2_FOR_BVOC_WILKINSON=n
248
249# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
250CO2_FOR_BVOC_POSSELL=n
251
Note: See TracBrowser for help on using the repository browser.