impure functiongetLatitudeTMY3

Gets the latitude from a TMY3 weather data file

Extends from Modelica.Icons.Function (Icon for functions).

Information

This function returns the latitude of the TMY3 weather data file.

Inputs

TypeNameDefaultDescription
StringfilNamName of weather data file

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.AnglelatLatitude from the weather file

Revisions

  • December 11, 2021, by Michael Wetter:
    Added impure declaration for MSL 4.0.0.
  • September 24, 2015, by Marcus Fuchs:
    Replace Dymola specific annotation by loadSelector for MSL compliancy as reported by @tbeu at RWTH-EBC/AixLib#107
  • February 25, 2012, by Michael Wetter:
    First implementation.