canopy: Canopy structure in layers

View source: R/julia_interface.R

canopyR Documentation

Canopy structure in layers

Description

Canopy structure in layers

Usage

canopy(pars, vars, nlayers)

Arguments

pars

Parameters as generated by parameters

vars

Variables as generated by variables

nlayers

Number of layers into which the canopy should be divided

Value

A Julia object with photosyntetic traits per layer as well as pre-calculated values required for computing PAR distribution

DeltaL

Increment of leaf area index of each layer

Lm

Cumulative LAI from the top of the canopy to the middle of each layer

Lu

Cumulative LAI from the top of the canopy to the upper boundary of each layer

Fu

Matrix to compute fraction of upward scattered PAR that is intercepted

Fd

Matrix to compute fraction of downward scattered PAR that is intercepted

fdif

Fraction of diffuse PAR intercepted by each layer

Vcmax25

Temperature-normalized maximum rate of carboxylation in each layer

Rd25

Temperature-normalized of mitochondrial respiration in each layer

Jmax25

Temperature-normalized maximum rate of electron transport in each layer

alpha

Leaf absorptance in each layer

sigma

Leaf scattering coefficient in each layer

Examples

pars = parameters()
vars = variables(pars)
can = canopy(pars, vars, 15)

AleMorales/RMultilayerCanopy documentation built on June 11, 2022, 8:41 p.m.