View source: R/julia_interface.R
interpolate_meteo | R Documentation |
Calculate environmental conditions on a particular time of the day
interpolate_meteo(weather = DailyWeather(), time = weather$DL/2)
weather |
Daily weather object as generated by |
time |
Time of the day relative to sunrise (i.e., between 0 and weather$DL) |
A Julia object collecting the environmental variables at the specified time of the day:
Direct PAR that reaches the top of the canopy (mol/m2/s)
Diffuse PAR that reaches the top of the canopy (mol/m2/s)
Solar elevation angle (rad)
Solar azimuth angle (rad)
Leaf temperature assumed to be equal to air (K)
Vapor pressure deficit (Pa)
CO2 molar fraction in the air (mol/mol)
weather = DailyWeather() env = interpolate_meteo(weather, weather$DL/2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.