PyMPDATA_examples.Jarecka_et_al_2015

This module showcases the PyMPDATA implementation of an MPDATA-based shallow-water equations solver discussed and bencharked against analytical solutions in Jarecka_et_al_2015.

1"""
2This module showcases the PyMPDATA implementation of an MPDATA-based shallow-water equations
3solver discussed and bencharked against analytical solutions in
4[Jarecka_et_al_2015](https://doi.org/10.1016/j.jcp.2015.02.003).
5"""
6
7from .plot_output import plot_output
8from .settings import Settings
9from .simulation import Simulation