A table with hourly solar radiation estimates for a typical meteorological year in Tel-Aviv.

  • 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

tmy

Format

A data.frame with 8760 rows and 7 columns.

References

https://energyplus.net/weather-location/europe_wmo_region_6/ISR//ISR_Tel.Aviv-Bet.Dagan.401790_MSI

Examples

head(tmy)
#> time sun_az sun_elev solar_normal solar_diffuse dbt ws #> 1 1999-01-01 01:00:00 66.73 -70.94 0 0 6.6 1 #> 2 1999-01-01 02:00:00 82.02 -58.68 0 0 5.9 1 #> 3 1999-01-01 03:00:00 91.00 -45.99 0 0 5.4 1 #> 4 1999-01-01 04:00:00 98.13 -33.32 0 0 4.9 1 #> 5 1999-01-01 05:00:00 104.81 -20.86 0 0 4.4 1 #> 6 1999-01-01 06:00:00 111.73 -8.76 0 6 4.8 1