View source: R/julia_interface.R
Ecan | R Documentation |
Calculate excess energy per layer
Ecan(can, env, pars, vars)
can |
Canopy structure object as generated by |
env |
Object containing environmental conditions at a particular time as
generated by |
pars |
Parameters as generated by |
vars |
Variables as generated by |
List with the following information:
Total canopy excess energy as potential assimilation (mumol/m2/s)
Excess energy as of each layer per unit of ground (mumol/m2/s)
Excess energy as in shade per unit of shaded leaf area in each layer (mumol/m2/s)
Excess energy as in sunlit per unit of shaded leaf area in each layer (mumol/m2/s)
pars = parameters() vars = variables(pars) can = canopy(pars, vars, 15) weather = DailyWeather() env = interpolate_meteo(weather, weather.DL/2) can_fluxes = Acan(can, env, pars, vars) plot(can$Lm, can_fluxes$Elayer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.