PyMPDATA_examples.Smolarkiewicz_1984

This is an example of 3D advection, a spherical signal revolving in a box, based on Smolarkiewicz, 1984.

1"""
2This is an example of 3D advection, a spherical signal revolving in a box, based on
3[Smolarkiewicz, 1984](https://doi.org/10.1016/0021-9991(84)90121-9).
4"""
5
6from .settings import Settings
7from .simulation import Simulation