pySTEPS / pysteps

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

The zerovalue is not used consistently everywhere #396

Open ladc opened 3 months ago

ladc commented 3 months ago

Using the minimum over the entire domain is used instead. Maybe this is more robust anyway and zerovalue can be removed altogether? It is often wrong anyway, see issue #384 Ideally either the min over the domain OR the zerovalue is used everywhere.