modelWD600

Test model for BESTEST weather data: ground reflectance

Extends from WD100 (Test model for BESTEST weather data: base case).

Information

WD600: Ground Reflactance

Weather data file : WD600.epw

Table 1: Site Data for Weather file WD600.epw

Latitude

39.833° north

Longitude

104.65° west

Altitude

1650 m

Time Zone

-7

Parameters

TypeNameDefaultDescription
Realrho (from WD100)0Ground reflectance

Connectors

TypeNameDefaultDescription
WeatherData.BusweaBusHHorIR (from WD100)weather bus to read all weather data and Tsky using horizontal radiation
WeatherData.BusweaBusTDryBulTDewPoiOpa (from WD100)Weather bus to read Tsky using dew point temperature and sky cover

Components

TypeNameDefaultDescription
WeatherData.ReaderTMY3weaDatHHorIR (from WD100)Reads all weather data and Tsky using horizontal radiation
IsotropicAndPerezDiffuseRadiationazi000til00 (from WD100)Azimuth = Horizontal, Tilt = 0 °
IsotropicAndPerezDiffuseRadiationazi000til90 (from WD100)Azimuth = South, Tilt = 90 °
IsotropicAndPerezDiffuseRadiationazi270til90 (from WD100)Azimuth = East, Tilt = 90 °
IsotropicAndPerezDiffuseRadiationazi180til90 (from WD100)Azimuth = North, Tilt = 90 °
IsotropicAndPerezDiffuseRadiationazi090til90 (from WD100)Azimuth = West, Tilt = 90 °
IsotropicAndPerezDiffuseRadiationazi315til90 (from WD100)Azimuth = 45 ° SE, Tilt = 0 °
IsotropicAndPerezDiffuseRadiationazi045til90 (from WD100)Azimuth = 45 SW, Tilt = 90 °
IsotropicAndPerezDiffuseRadiationazi270til30 (from WD100)Azimuth = East, Tilt = 30 °
IsotropicAndPerezDiffuseRadiationazi000til30 (from WD100)Azimuth = South, Tilt = 0 °
IsotropicAndPerezDiffuseRadiationazi090til30 (from WD100)Azimuth = West, Tilt = 0 °
Utilities.Psychrometrics.X_pTphix_pTphi (from WD100)
Utilities.Psychrometrics.ToDryAirtoDryAir (from WD100)
WeatherData.ReaderTMY3weaDatTDryBulTDewPoinOpa (from WD100)Reads all weather data and Tsky using dry bulb temperature, dew point temperature and sky cover

Revisions

  • September 6, 2021, by Ettore Zanetti:
    Removed parameter lat as it is now obtained from the weather data bus.
    This is for IBPSA, #1477.
  • March 11, 2020, by Ettore Zanetti:
    First implementation.
  • April 14, 2020, by Ettore Zanetti:
    Rework after comments from pull request #1339.