PySDM_examples.Lowe_et_al_2019

parcel-model example focused on surfactants based on Lowe et al. 2019 (Nature Comm.)

fig_1.ipynb: preview notebook Binder Open In Colab

fig_2.ipynb: preview notebook Binder Open In Colab

fig_3.ipynb: preview notebook Binder Open In Colab

fig_s2.ipynb: preview notebook Binder Open In Colab

 1# pylint: disable=invalid-name
 2"""
 3parcel-model example focused on surfactants based on
 4[Lowe et al. 2019 (Nature Comm.)](https://doi.org/10.1038/s41467-019-12982-0)
 5
 6fig_1.ipynb:
 7.. include:: ./fig_1.ipynb.badges.md
 8
 9fig_2.ipynb:
10.. include:: ./fig_2.ipynb.badges.md
11
12fig_3.ipynb:
13.. include:: ./fig_3.ipynb.badges.md
14
15fig_s2.ipynb:
16.. include:: ./fig_s2.ipynb.badges.md
17"""
18from .settings import Settings
19from .simulation import Simulation