Skip to content

Commit f9b4a65

Browse files
authored
docs: adding mentions of Particula and Cloudy, clarifying that PySDM is enough to construct a cloud parcel model in Python (#1523)
1 parent ce84f6e commit f9b4a65

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

docs/markdown/pysdm_landing.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -680,12 +680,14 @@ See [README.md](https://github.com/open-atmos/PySDM/tree/main/README.md)
680680
https://github.com/emmacware/droplets.jl
681681
- LacmoPy (Python/Numba)
682682
https://github.com/JanKBohrer/LacmoPy/blob/master/collision/all_or_nothing.py
683-
- McSnow (FORTRAN):
683+
- McSnow (FORTRAN)
684684
https://gitlab.dkrz.de/mcsnow/mcsnow/-/blob/master/src/mo_coll.f90
685+
- Particula (Python)
686+
https://github.com/uncscode/particula/blob/main/particula/dynamics/coagulation/particle_resolved_step/super_droplet_method.py
685687

686688
### non-SDM probabilistic particle-based coagulation solvers
687689

688-
- PartMC (Fortran):
690+
- PartMC (Fortran with a <a href="https://open-atmos.github.io/PyPartMC">Python interface</a>):
689691
https://github.com/compdyn/partmc
690692

691693
### Python models with discrete-particle (moving-sectional) representation of particle size spectrum
@@ -694,7 +696,7 @@ See [README.md](https://github.com/open-atmos/PySDM/tree/main/README.md)
694696
- PyBox: https://github.com/loftytopping/PyBox
695697
- py-cloud-parcel-model: https://github.com/emmasimp/py-cloud-parcel-model
696698

697-
### non-Python cloud microphysics open-source software
699+
### Open-source models with other than discrete-particle representations of coagulation
698700

699-
- CloudMicrophysics.jl: https://github.com/CliMA/CloudMicrophysics.jl
700-
- McSnow: https://gitlab.dkrz.de/mcsnow/mcsnow
701+
- DustPy: https://stammler.github.io/dustpy
702+
- Cloudy.jl: https://github.com/CliMA/Cloudy.jl

docs/templates/index.html.jinja2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
particles immersed in moist air using the particle-based (a.k.a. super-droplet) approach to represent aerosol/cloud/rain microphysics.
4545
The key goal of PySDM is to enable rapid development and independent reproducibility of simulations in cloud microphysics
4646
while being free from the two-language barrier commonly separating prototype and high-performance research code.
47+
PySDM ships with a set of examples reproducing results from literature and serving as tutorials.
48+
The animation shown here depicts a flow-coupled simulation in which the flow is reolved using PySDM's sibling project: <a href="https://open-atmos.github.io/PyMPDATA/">PyMPDATA</a>.
49+
The examples include also single-column setups (with PyMPDATA used for advection) as well as adiabatic cloud parcel model setups
50+
(with <mark>PySDM alone sufficient to constitute a microphysics-resolving cloud parcel model in Python</mark>).
4751
</p>
4852
</div>
4953
<div style="padding-top: 0.5em">

0 commit comments

Comments
 (0)