Solar radiation data derived from air temperature differences
Source:R/radiation_parameters.R
sr_tair_calculation.Rd
If global radiation is not measure at station, it can be estimated with this function.
Arguments
- 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 (Celsius)
- tmin
A dataframe with Minimum daily air temperature (Celsius)
- 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.