PyMPDATA_examples.Smolarkiewicz_1984

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

figs_13-14.ipynb: preview notebook launch on mybinder.org launch on Colab

 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
 5figs_13-14.ipynb:
 6.. include:: ./figs_13-14.ipynb.badges.md
 7"""
 8
 9from .settings import Settings
10from .simulation import Simulation