PySDM
PySDM copied to clipboard
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
requires using non-default image: https://www.appveyor.com/docs/windows-images-software/
here's an example: https://github.com/open-atmos/PyPartMC/blob/main/examples/lognorm_ex.ipynb The header cell becomes a bit lengthy: ```python import sys import os if 'google.colab' in sys.modules: !pip --quiet install open-atmos-jupyter-utils from open_atmos_jupyter_utils import pip_install_on_colab pip_install_on_colab('PySDM-examples') elif...
- [x] new test (or a code snippet in the README file) saving animation frames in svg, based on PySDM-examples/Arabas_et_al_2015/gui.ipynb - [x] GA workflow logic for creating animation .gif based...
Generalized `spatial_sampling.py` to also include sampling along X-direction. Possible options include sampling for Z-direction individually or both directions simultaneously.
requires work around like here ```python if model in ("CompressedFilmRuehl", "SzyszkowskiLangmuir"): for j,vw in enumerate(v_wet): sigma[j] = formulae.surface_tension.sigma(T, vw, v_dry, aerosol.modes[0]['f_org']) else: sigma = formulae.surface_tension.sigma(T, v_wet, v_dry, aerosol.modes[0]['f_org']) ``` implemented...
Hello, I tested the example ``Grabowski_and_Pawlowska_2023``, but encountered the following issue. In the ``setting.py``, I change ``displacement: float = 1000 * si.m`` to ``displacement: float = 2000 * si.m`` In...
https://acp.copernicus.org/articles/19/747/2019/acp-19-747-2019.pdf