View source: R/julia_interface.R
DailyWeather | R Documentation |
Combine weather information at the daily level
DailyWeather( lat = 52, doy = 182L, tau = 0.75, Tmin = 20, Tmax = 30, RH = 0.4, Ca = 400 )
lat |
Latitude of the location in hexadecimal degrees |
doy |
Day of the year being simulated |
tau |
Atmospheric transmissivity |
Tmin |
Minimum temperature of the day (Celsius) |
Tmax |
Maximum temperature of the day (Celsius) |
RH |
Relative humidity at sunrise |
Ca |
CO2 molar fraction in the air (umol/mol) |
A Julia object collecting the weather variables after some transformations:
Latitude of the location (rad)
Day of the year being simulated
Time of the day at which sunrise occurs (h)
Diurnal length, that is, difference between sunrise and sunset (h)
Atmospheric transmissivity
Function to interpolate temperature during the day (does not work in R)
Air vapour pressure at sunrise (kPa)
CO2 molar fraction in the air (umol/mol)
weather = DailyWeather() weather$DL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.