PyMPDATA_examples.Shipway_and_Hill_2012
This is an example of 2D droplet size-spectral/spatial problem of condensational growth in a column of air, as described in Shipway and Hill 2012.
1""" 2This is an example of 2D droplet size-spectral/spatial problem of 3condensational growth in a column of air, 4as described in [Shipway and Hill 2012](https://doi.org/10.1002/qj.1913). 5 6fig_1.ipynb 7.. include:: ./fig_1.ipynb.badges.md 8""" 9 10from .arakawa_c import arakawa_c 11from .droplet_activation import DropletActivation 12from .formulae import convert_to 13from .mpdata import MPDATA 14from .plot import plot 15from .settings import Settings, const, si