Skip to content

Commit 73ccc3d

Browse files
emmacwareslayoo
andauthored
Ware et al. 2025: Fig 10 example notebook (network graph) (#1711)
Co-authored-by: Sylwester Arabas <[email protected]>
1 parent e205f70 commit 73ccc3d

File tree

5 files changed

+479
-0
lines changed

5 files changed

+479
-0
lines changed

docs/bibliography.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,14 @@
950950
"title": "A physically constrained classical description of the homogeneous nucleation of ice in water",
951951
"label": "Koop and Murray 2016 (J. Chem. Phys. 145)"
952952
},
953+
"https://doi.org/10.48550/arXiv.2509.05536": {
954+
"usages": [
955+
"examples/PySDM_examples/Ware_et_al_2025/__init__.py",
956+
"examples/PySDM_examples/Ware_et_al_2025/fig_10.ipynb"
957+
],
958+
"title": "Adaptive time-stepping for the Super-Droplet Method Monte Carlo collision-coalescence scheme",
959+
"label": "Ware et al. 2025 (arXiv)"
960+
},
953961
"https://doi.org/10.1175/1520-0469(2000)057%3C0916:CCTV%3E2.0.CO;2": {
954962
"usages": [
955963
"PySDM/dynamics/terminal_velocity/columnar_ice_crystal.py",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""
2+
SDM adaptivity example based on
3+
[Ware et al. 2025 (arXiv)](https://doi.org/10.48550/arXiv.2509.05536)
4+
5+
fig_10.ipynb:
6+
.. include:: ./fig_10.ipynb.badges.md
7+
8+
"""
9+
10+
# pylint: disable=invalid-name

examples/PySDM_examples/Ware_et_al_2025/fig_10.ipynb

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.

examples/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_long_description():
3636
"vtk",
3737
"pyrcel",
3838
"pyvinecopulib",
39+
"networkx",
3940
],
4041
extras_require={
4142
"CI_version_pins": [

tests/examples_tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def findfiles(path, regex):
134134
"Ervens_and_Feingold_2012",
135135
"Niedermeier_et_al_2014",
136136
"Spichtinger_et_al_2023",
137+
"Ware_et_al_2025",
137138
],
138139
"multi-process_a": [
139140
"Arabas_et_al_2015",

0 commit comments

Comments
 (0)