modelWeatherStation

Implements typical weather measurements with signal exchange blocks

Information

This block enables the reading of weather measurements and their meta-data by an external program without the need to explicitly propagate the signal to a top-level model. This block utilizes a number of pre-configured instances of BuildingSystems.Utilities.IO.SignalExchange.Read

Typical use and important parameters

This block is typically used by the BOPTEST framework (see BOPTEST) to identify and read weather measurements by test controllers. It is used in combination with a dedicated parser to perform this task (see Parser Code).

Connectors

TypeNameDefaultDescription
BuildingSystems.BoundaryConditions.WeatherData.BusweaBusWeather data

Components

TypeNameDefaultDescription
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaTDryBulOutside drybulb temperature measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaRelHumOutside relative humidity measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaWinSpeWind speed measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaWinDirWind direction measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaHGloHorGlobal horizontal solar irradiation measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaNTotSky cover measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaPAtmAtmospheric pressure measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaHDifHorHorizontal diffuse solar radiation measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaCeiHeiCloud cover ceiling height measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaTWetBulWet bulb temperature measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaTDewPoiDew point temperature measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaTBlaSkyBlack-body sky temperature measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaHHorIRHorizontal infrared irradiation measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaHDirNorDirect normal radiation measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaCloTimDay number with units of seconds
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaSolAltSolar altitude angle measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaNOpaOpaque sky cover measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaLatLatitude of the location
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaLonLongitude of the location
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaSolDecSolar declination angle measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaSolHouAngSolar hour angle measurement
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaSolTimSolar time
BuildingSystems.Utilities.IO.SignalExchange.ReadreaWeaSolZenSolar zenith angle measurement

Revisions

  • October 2, 2020 by David Blum:
    First implementation. See #1402.