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"""
 6
 7from .arakawa_c import arakawa_c
 8from .droplet_activation import DropletActivation
 9from .formulae import convert_to
10from .mpdata import MPDATA
11from .plot import plot
12from .settings import Settings, const, si