mpvginde / pysteps

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

Identify the interpolation step in the SL-advection #8

Closed mpvginde closed 11 months ago

ladc commented 11 months ago

Proposed solution by @mpvginde : recompose the cascade, advect, and decompose again. This might fix the "blurring" issue due to the advection, and also reduces the number of times you have to do the advection from 21 to 2. Profit!