Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

make_standprop

Create daily plant characteristics from parameters and options


Description

Creates daily sequences of 'age', 'height', 'sai', 'densef', and 'lai' from parameters and options using approx_standprop and make_seasLAI.

Usage

make_standprop(options_b90, param_b90, out_yrs)

Arguments

options_b90

A list of model control options.

param_b90

A parameter list-object.

out_yrs

Years for which values are returned.

Value

A data.frame containing daily sequences of 'age', 'height', 'sai', 'densef', and 'lai'.

Examples

options_b90 <- set_optionsLWFB90()
param_b90 <- set_paramLWFB90()

standprop <- make_standprop(options_b90,
                            param_b90,
                            out_yrs = 2002:2004)
plot(standprop$dates, standprop$lai, type = "l")

LWFBrook90R

Simulate Evapotranspiration and Soil Moisture with the SVAT Model LWF-Brook90

v0.4.4
GPL-3
Authors
Paul Schmidt-Walter [aut, cre] (<https://orcid.org/0000-0003-2699-0893>), Volodymyr Trotsiuk [aut] (<https://orcid.org/0000-0002-8363-656X>), Klaus Hammel [aut], Martin Kennel [aut], Anthony Federer [aut], Robert Nuske [ctb] (<https://orcid.org/0000-0001-9773-2061>), Bavarian State Institute of Forestry (LWF) [cph, fnd], Northwest German Forest Research Institute (NW-FVA) [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.