modelGetTimeSpanTMY3_NonzeroStart
Test model to get time span of a weather file, start time is non zero
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.BoundaryConditions.WeatherData.BaseClasses.Examples.GetTimeSpanTMY3 (Test model to get the time span of a weather file).
Information
This example tests getting time span of a TMY3 weather data file that starts at a non-zero time.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | filNam (from GetTimeSpanTMY3) | Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos") | Name of weather data file |
| String | tabNam (from GetTimeSpanTMY3) | "tab1" | Name of table on weather file |
| Modelica.Units.SI.Time | timeSpan (from GetTimeSpanTMY3) | Start time, end time of weather data |
Revisions
-
April 17, 2019, by Jianjun Hu:
First implementation.