-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Describe the bug
A lot of models try to access data in AixLib/Resources/WeatherData/..., however the folder is called weatherdata with lowercase letters. This means it will not work on case-sensitive file systems, common on Linux (and sometimes macOS).
To Reproduce
Simulate any of the models inside AixLib.ThermalZones.ReducedOrder.Validation.ASHRAE140 on Linux, or any other platform with a case-sensitive file system.
The log shows:
In external function .Modelica.Blocks.Types.ExternalCombiTable1D.constructor: ModelicaError: Not possible to open file "/home/jenkins/t-ci/AixLib-main/AixLib/Resources/WeatherData/ASHRAE140.mos": No such file or directory
Expected behavior
The model simulates.
Desktop (please complete the following information):
Wolfram System Modeler on Linux