Create a list of model control options
set_optionsLWFB90(...)
A list of model control options for use as
options_b90
-argument in run_LWFB90
.
start date of the simulation.
end date of the simulation.
use global solar radiation (='globrad'
) or sunshine
duration hours (='sunhours'
) for net radiation calculation?
number of precipitation intervals per day (default is
1). If prec_interval > 1
, the precip
-argument has to be
provided to run_LWFB90
correct precipitation data for wind and evaporation losses
using correct_prec
?
name of method for
budburst calculation. If 'constant'
or 'fixed'
, budburst day
of year from parameters is used. All other methods calculate budburst day
of year dynamically from airtemperatures, and the method name is passed to
the start.method
-argument of vegperiod
.
name of method for leaffall calculation. If
'constant'
or 'fixed'
, beginning of leaffall (day of year)
from parameters is used. All other methods calculate budburst day of year
dynamically from temperatures, and the method name is passed to the
end.method
-argument of vegperiod
.
name of input for longterm (interannual) plant
development. standprop_input = 'parameters'
: yearly values of stand
properties height, sai, densef, lai are taken from individual parameters,
standprop_input = 'table'
: values from standprop_table
provided in parameters are used.
interpolation
method for aboveground stand properties. 'linear'
or
'constant'
, see approx.method
-argument of
approx_standprop
.
Should
yearly changes of stand properties (growth) only take place during the
growth period? If TRUE
, linear interpolation of height, sai, densef
and age are made from budburst until leaffall. During winter values are
constant. Beginning and end of the growth period are taken from parameters
budburstdoy
and leaffalldoy
. See use_growthperiod
-argument of
approx_standprop
.
name of method for
constructing seasonal course leaf area index development from parameters.
Passed to method
-argument of make_seasLAI
.
name of retention & conductivity model: "CH" for Clapp/Hornberger, "MvG" for Mualem/van Genuchten
method
name of the root length density depth distribution function. Any of the
names accepted by make_rootden
are allowed. Additionally,
'soilvar'
can be used if the root length density depth distribution
is specified in column 'rootden' in the soil
-data.frame
# Default options
options_b90 <- set_optionsLWFB90()
# Include specific options
options_b90_dynamic_phenology <- set_optionsLWFB90(budburst_method = 'Menzel',
leaffall_method ='vonWilpert')