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 Buildings.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
Buildings.BoundaryConditions.WeatherData.BusweaBusWeather data

Components

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

Revisions

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