Idiurnal: Calculate diurnal absorbed PAR

View source: R/julia_interface.R

IdiurnalR Documentation

Calculate diurnal absorbed PAR

Description

Calculate diurnal absorbed PAR

Usage

Idiurnal(weather, can, pars, vars, nsteps = 3, ngrid = 5)

Arguments

weather

Object with daily weather variables as generated by DailyWeather

can

Canopy structure object as generated by canopy

pars

Parameters as generated by parameters

vars

Variables as generated by variables

nsteps

Numbers of segments in which the day should be subdivided for numerical integration

ngrid

Order of the Gaussian-Legendre integration to be performed within each segment

Examples

weather = DailyWeather()
pars = parameters()
vars = variables(pars)
can = canopy(pars, vars, 15)
Iday = Idiurnal(weather, can, pars, vars)

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