The wind direction is interpolated incorrectly if the weather data file has a transition between 360 degree and 0 degree.
This is reported in
lbl-srg/modelica-buildings#4417
As the interpolation is directly obtained from the data reader, which reads the weather data file into memory during its constructor, a correction is probably to update the weather data conversion from .epw to .mos so that the .mos file has no such transition. E.e., time series of the form
would be converted to
The wind direction is interpolated incorrectly if the weather data file has a transition between 360 degree and 0 degree.
This is reported in
lbl-srg/modelica-buildings#4417
As the interpolation is directly obtained from the data reader, which reads the weather data file into memory during its constructor, a correction is probably to update the weather data conversion from
.epwto.mosso that the.mosfile has no such transition. E.e., time series of the formwould be converted to