View source: R/radiation_parameters.R
sr_tair_calculation | R Documentation |
If global radiation is not measure at station, it can be estimated with this function.
sr_tair_calculation(latitude, date, tmax, tmin, location_krs)
latitude |
A dataframe with latitude in decimal degrees that you want to calculate the ra. |
date |
A dataframe with the dates that you want to calculate the ra. |
tmax |
A dataframe with Maximum daily air temperature (°C) |
tmin |
A dataframe with Minimum daily air temperature (°C) |
location_krs |
Adjustment coefficient based in location. Please decide between "coastal or "interior". If coastal the krs will be 0.19, if interior the krs will be 0.16. |
A data.frame object with solar radiation data
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
sr_tair <- sr_tair_calculation(latitude, date, tmax, tmin, location_krs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.