modelWD100
Test model for BESTEST weather data: base case
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
WD100: Base Case
Weather data file : WD100.epw
Table 1: Site Data for Weather file WD100.epw
Latitude |
39.833° north |
Longitude |
104.65° west |
Altitude |
1650 m |
Time Zone |
-7 |
This model is a template for all the other test cases. It allows to extrapolate all the weather data from the Reader TMY3 for a specific location, incliation and azimuth. The model Buildings.BoundaryConditions.Validation.IsotropicAndPerezDiffuseRadiation outputs radiation data using the available Isotropic and Perez methodlogies. The sky temperature is calculated using both the Horizontal radiation model, from data reader weaBusHorRad and the dew point temperature plus sky cover model from the datareader weaBusSkyCovDewTem.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rho | 0 | Ground reflectance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| WeatherData.Bus | weaBusHHorIR | weather bus to read all weather data and Tsky using horizontal radiation | |
| WeatherData.Bus | weaBusTDryBulTDewPoiOpa | Weather bus to read Tsky using dew point temperature and sky cover |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| WeatherData.ReaderTMY3 | weaDatHHorIR | Reads all weather data and Tsky using horizontal radiation | |
| IsotropicAndPerezDiffuseRadiation | azi000til00 | Azimuth = Horizontal, Tilt = 0 ° | |
| IsotropicAndPerezDiffuseRadiation | azi000til90 | Azimuth = South, Tilt = 90 ° | |
| IsotropicAndPerezDiffuseRadiation | azi270til90 | Azimuth = East, Tilt = 90 ° | |
| IsotropicAndPerezDiffuseRadiation | azi180til90 | Azimuth = North, Tilt = 90 ° | |
| IsotropicAndPerezDiffuseRadiation | azi090til90 | Azimuth = West, Tilt = 90 ° | |
| IsotropicAndPerezDiffuseRadiation | azi315til90 | Azimuth = 45 ° SE, Tilt = 0 ° | |
| IsotropicAndPerezDiffuseRadiation | azi045til90 | Azimuth = 45 SW, Tilt = 90 ° | |
| IsotropicAndPerezDiffuseRadiation | azi270til30 | Azimuth = East, Tilt = 30 ° | |
| IsotropicAndPerezDiffuseRadiation | azi000til30 | Azimuth = South, Tilt = 0 ° | |
| IsotropicAndPerezDiffuseRadiation | azi090til30 | Azimuth = West, Tilt = 0 ° | |
| Utilities.Psychrometrics.X_pTphi | x_pTphi | ||
| Utilities.Psychrometrics.ToDryAir | toDryAir | ||
| WeatherData.ReaderTMY3 | weaDatTDryBulTDewPoinOpa | Reads all weather data and Tsky using dry bulb temperature, dew point temperature and sky cover |
Revisions
-
September 6, 2021, by Ettore Zanetti:
Removed parameterlatas 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. -
May 2, 2021, by Ettore Zanetti:
Updated weather file as explained in #1478. -
May 2, 2021, by Ettore Zanetti:
Added altitude to parameters.
This is for IBPSA, #1477.