PySDM_examples.Shipway_and_Hill_2012
single-column prescribed-flow constant-temperature example from Shipway & Hill 2012
1# pylint: disable=invalid-name 2""" 3single-column prescribed-flow constant-temperature example from 4[Shipway & Hill 2012](https://doi.org/10.1002/qj.1913) 5 6fig_1.ipynb: 7.. include:: ./fig_1.ipynb.badges.md 8""" 9from .plot import plot 10from .settings import Settings 11from .simulation import Simulation