pySTEPS / pysteps

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

STEPS-blending: deterministic mode not working #333

Open ladc opened 1 year ago

ladc commented 1 year ago

The STEPS blending routine in blending/steps.py does not work as it is supposed to when run in deterministic mode (noise_method=None). Not a high priority, but something to keep in mind.

ladc commented 1 month ago

Duplicate (in a way) of #370