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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaTDryBul | Outside drybulb temperature measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaRelHum | Outside relative humidity measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaWinSpe | Wind speed measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaWinDir | Wind direction measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaHGloHor | Global horizontal solar irradiation measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaNTot | Sky cover measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaPAtm | Atmospheric pressure measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaHDifHor | Horizontal diffuse solar radiation measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaCeiHei | Cloud cover ceiling height measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaTWetBul | Wet bulb temperature measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaTDewPoi | Dew point temperature measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaTBlaSky | Black-body sky temperature measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaHHorIR | Horizontal infrared irradiation measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaHDirNor | Direct normal radiation measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaCloTim | Day number with units of seconds | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaSolAlt | Solar altitude angle measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaNOpa | Opaque sky cover measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaLat | Latitude of the location | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaLon | Longitude of the location | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaSolDec | Solar declination angle measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaSolHouAng | Solar hour angle measurement | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaSolTim | Solar time | |
| Buildings.Utilities.IO.SignalExchange.Read | reaWeaSolZen | Solar zenith angle measurement |
Revisions
-
October 2, 2020 by David Blum:
First implementation. See #1402.