PyMPDATA
PyMPDATA copied to clipboard
Burgers example improvements
- [ ] smoke test checking the match against analytic solution
- [ ] upwind plots in the notebook (incl. animation)
- [ ] use
notebook_varsin the tests? - [x] avoid
.copy()in time-stepping loop
I'm working on these improvements in this PR: https://github.com/open-atmos/PyMPDATA/pull/602
the .copy() is addressed in #607