WSL/SLF GitLab Repository

Skip to content

Bug fix for IDWLapseLocalAlgorithm: a global detrend of the station data was...

Nander Wever requested to merge Fix_for_LIDW_LAPSE into master

Bug fix for IDWLapseLocalAlgorithm: a global detrend of the station data was performed before doing the local interpolation, followed by a global retrend afterwards. This doesn't seem to be consistent with the local interpolation, which should detrend/retrend only on the local scale.

Also adding the option MAXD to be able to specify the maximum allowed distance between stations and the grid point to interpolate to. I have a use case for it, so others may have too!

Merge request reports