Ediurnal: Calculate diurnal excess of energy

View source: R/julia_interface.R

EdiurnalR Documentation

Calculate diurnal excess of energy

Description

Calculate diurnal excess of energy

Usage

Ediurnal(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)
Eday = Ediurnal(weather, can, pars, vars)

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