Learn R Programming

shadow (version 0.7.1)

tmy2: Typical Meteorological Year (TMY) solar radiation in Beer-Sheva

Description

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

Usage

tmy2

Arguments

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

Run this code
# NOT RUN {
head(tmy2)
# }

Run the code above in your browser using DataLab