A table with hourly solar radiation estimates for a typical meteorological year in Beer-Sheva.

  • time Time, as character in the "%Y-%m-%d %H:%M:%S" format, e.g. "2000-01-01 06:00:00", referring to local time

  • sun_az Sun azimuth, in decimal degrees from North

  • sun_elev Sun elevation, in decimal degrees

  • solar_normal Direct Normal Irradiance, in Wh/m^2

  • solar_diffuse Diffuse Horizontal Irradiance, in Wh/m^2

  • dbt Dry-bulb temperature, in Celsius degrees

  • ws Wind speed, in m/s

tmy2

Format

A data.frame with 8760 rows and 7 columns.

References

https://energyplus.net/weather-location/europe_wmo_region_6/ISR//ISR_Beer.Sheva.401900_MSI

Examples

head(tmy2)
#> time sun_az sun_elev solar_normal solar_diffuse dbt ws #> 1 1999-01-01 01:00:00 68.67 -71.23 0 0 10.0 2.6 #> 2 1999-01-01 02:00:00 83.19 -58.78 0 0 9.7 3.1 #> 3 1999-01-01 03:00:00 91.74 -45.98 0 0 9.5 3.1 #> 4 1999-01-01 04:00:00 98.60 -33.23 0 0 9.4 2.6 #> 5 1999-01-01 05:00:00 105.07 -20.68 0 0 9.2 4.1 #> 6 1999-01-01 06:00:00 111.83 -8.50 0 0 8.6 0.0