Skip to content

Commit 0908345

Browse files
emmacwarejcurtis2slayoo
authored
Addition of additive coagulation example including comparison against PySDM and Droplets.jl (#376)
Co-authored-by: Jeff Curtis <[email protected]> Co-authored-by: Sylwester Arabas <[email protected]> Co-authored-by: Sylwester Arabas <[email protected]>
1 parent 081aebd commit 0908345

File tree

4 files changed

+779
-6
lines changed

4 files changed

+779
-6
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ jobs:
191191
for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192192
python -m pip show --verbose PyPartMC
193193
194+
- uses: julia-actions/setup-julia@v2
195+
with:
196+
version: '1.11'
197+
194198
### make sure PyPartMC is not picked up from a local folder
195199
- run: |
196200
cd tests
@@ -204,11 +208,11 @@ jobs:
204208
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
205209
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
206210
207-
### uncomment to gain ssh access in case of failure
208-
# - if: ${{ failure() }}
209-
# uses: mxschmitt/action-tmate@v3
210-
# with:
211-
# limit-access-to-actor: true
211+
## uncomment to gain ssh access in case of failure
212+
# - if: ${{ failure() }}
213+
# uses: mxschmitt/action-tmate@v3
214+
# with:
215+
# limit-access-to-actor: true
212216

213217
dist_check:
214218
runs-on: ubuntu-latest

.zenodo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"affiliation": "University of Illinois Urbana-Champaign",
2222
"name": "Vaishnav, Akshunna"
2323
},
24+
{
25+
"affiliation": "University of California, Davis, CA, USA",
26+
"name": "Ware, Emma"
27+
},
2428
{
2529
"affiliation": "University of Illinois Urbana-Champaign",
2630
"name": "Riemer, Nicole",
@@ -40,4 +44,4 @@
4044
],
4145
"license": "GPL-3.0-only",
4246
"upload_type": "software"
43-
}
47+
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Note: clicking the badges below redirects to cloud-computing platforms. The mybi
7777
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/cloud_parcel.ipynb)
7878
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/cloud_parcel.ipynb)
7979
[![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
80+
- Coagulation Model Intercomparison with PySDM, Droplets.jl:
81+
[![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos//PyPartMC/blob/main/examples/additive_coag_comparison.ipynb)
82+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/additive_coag_comparison.ipynb)
83+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/additive_coag_comparison.ipynb)
84+
[![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
8085

8186
## Features
8287

0 commit comments

Comments
 (0)