This package contains examples for the use of models that can be found in Buildings.BoundaryConditions.WeatherData.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
ReaderTMY3 | Test model for read requested weather data |
This model tests the TMY3 data reader.
Extends from Modelica.Icons.Example (Icon for runnable examples).
model ReaderTMY3 "Test model for read requested weather data" import Buildings; extends Modelica.Icons.Example;Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat( filNam="Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos"); end ReaderTMY3;