Adiurnal: Calculate diurnal net CO2 assimilation

View source: R/julia_interface.R

AdiurnalR Documentation

Calculate diurnal net CO2 assimilation

Description

Calculate diurnal net CO2 assimilation

Usage

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

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