PySDM_examples.deJong_Azimi

box- and single-column coalescence-focused examples used to test new moment-based microphysics in (Cloudy.jl)[https://github.com/CliMA/Cloudy.jl]

box.ipynb: preview notebook
Binder
Open In Colab

rainshaft.ipynb: preview notebook Binder Open In Colab

 1"""
 2box- and single-column coalescence-focused examples used to test new
 3moment-based microphysics in (Cloudy.jl)[https://github.com/CliMA/Cloudy.jl]
 4
 5box.ipynb:
 6.. include:: ./box.ipynb.badges.md
 7
 8rainshaft.ipynb:
 9.. include:: ./rainshaft.ipynb.badges.md
10"""
11
12# pylint: disable=invalid-name
13from .settings1D import Settings1D
14from .simulation_0D import run_box