You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/index.html.jinja2
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@
44
44
particles immersed in moist air using the particle-based (a.k.a. super-droplet) approach to represent aerosol/cloud/rain microphysics.
45
45
The key goal of PySDM is to enable rapid development and independent reproducibility of simulations in cloud microphysics
46
46
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: <ahref="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>).
0 commit comments