Skip to content

Incorrect interpolation of wind direction in ReaderTMY3 #2068

@mwetter

Description

@mwetter

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

t    angle
0   359
1    1

would be converted to

t    angle
0   359
1    361

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions