modelReaderTMY3
Test model for reading weather data
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the TMY3 data reader.
The instance weaDat obtains all weather data from the weather file,
whereas the instance weaDatInpCon obtains the global horizontal and
the diffuse horizontal solar radiation from its input connectors.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data reader | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDatInpCon | Weather data reader with radiation data obtained from input connector | |
| Modelica.Blocks.Sources.Constant | HDifHor | Diffuse horizontal radiation | |
| Modelica.Blocks.Sources.Constant | HGloHor | Horizontal global radiation |
Revisions
-
June 25, 2010, by Wangda Zuo:
First implementation.