pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Implement linear blending #226

Closed ladc closed 2 years ago

ladc commented 3 years ago

Implement a linear blending algorithm which can be applied on the different nowcast algorithms.

ladc commented 3 years ago

Hi everyone, a linear blending algorithm has been implemented. I think it will be useful in its own right as well as serve as a benchmark for the more advanced blending techniques. @wdewettin will do a pull request. I propose to do this PR against the current pysteps-v2 branch. In principle it could also be integrated in master since it extends the current methods and does not break any interfaces. But since blending would be a major part of pysteps-v2 I would propose to add it there.

RubenImhoff commented 3 years ago

Sounds good, @ladc! I agree to add it to the v2 branch. I can have a look at @wdewettin's PR once it's there.