Ican: Calculate canopy photosynthesis per layer

View source: R/julia_interface.R

IcanR Documentation

Calculate canopy photosynthesis per layer

Description

Calculate canopy photosynthesis per layer

Usage

Ican(can, env, pars, vars)

Arguments

can

Canopy structure object as generated by canopy

env

Object containing environmental conditions at a particular time as generated by interpolate_meteo

pars

Parameters as generated by parameters

vars

Variables as generated by variables

Value

List with the following information:

Ican

Total PAR intercepted by canopy per unit of ground (mumol/m2/s)

Ilayer

PAR intercepted by each layer per unit of ground (mumol/m2/s)

Examples

pars = parameters()
vars = variables(pars)
can = canopy(pars, vars, 15)
weather = DailyWeather()
env = interpolate_meteo(weather, weather.DL/2)
can_fluxes = Ican(can, env, pars, vars)
plot(can$Lm, can_fluxes$Ilayer)

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