Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homogeneous nucleation of liquid droplets & expansion chamber example #1492

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
ca90206
add example of lifting parcel for time t_lift and then holding it to …
Nov 27, 2024
f716859
do dp sweep to plot Tmin vs dp under a few conditions of S0 and C0 to…
Dec 19, 2024
f41866b
Merge remote-tracking branch 'oa/main' into expansion_chamber
Dec 20, 2024
82aca13
Merge remote-tracking branch 'oa/main' into expansion_chamber
Jan 6, 2025
58f5e14
add some placeholders for S&P classic nucleation theory homogeneous n…
Jan 7, 2025
5f4dc31
add formulae for critical size of nucleated droplets
Jan 7, 2025
5d1be16
doc eq origin
Jan 7, 2025
d0b56aa
pylint
Jan 7, 2025
c98eaab
add unit tests for formulae relative to tables 11.1 and 11.4 in S&P. …
Jan 7, 2025
099e7ca
add bibliography entries. I'm not sure I did this correctly.
Jan 7, 2025
b141f02
Merge remote-tracking branch 'oa/main' into expansion_chamber
Jan 7, 2025
37053f8
swtich url for S&P from 3rd to 2nd ed. (linked full text available on…
slayoo Jan 7, 2025
ca940e8
accommodate S&P url in doc-generating script
slayoo Jan 7, 2025
70e0548
address pylint hints
slayoo Jan 7, 2025
a501b8f
addressing devops_tests hints - header cells in the notebook
slayoo Jan 7, 2025
e09bdc4
whitespace removal
slayoo Jan 7, 2025
5c3df34
remove null
Jan 10, 2025
4135c22
better variable names
Jan 10, 2025
3b607ca
use Gaussian aerosol mode, not LogNormal
Jan 10, 2025
f6f26bb
change import order
slayoo Jan 10, 2025
e59f1af
Merge remote-tracking branch 'oa/main' into expansion_chamber
Jan 13, 2025
33e2e3a
add expansion_chamber environment. todo check the thermodynamics here…
Jan 13, 2025
b584cfd
Merge remote-tracking branch 'oa/main' into expansion_chamber
Jan 15, 2025
03bffe7
refactor ExpansionChamber env and use it in Erinin_et_al_2025 example
slayoo Jan 26, 2025
ce6e454
forgotten __init__ move
slayoo Jan 26, 2025
220b13e
Merge branch 'main' into expansion_chamber
slayoo Jan 26, 2025
b91a94c
replace assumed temperature profile with adiabatic temperature condit…
Jan 29, 2025
a7f4950
add new physics formulae for adiabatic exponent
Jan 29, 2025
4ffd684
introduce homogeneous nucleation dynamic with some common code with s…
slayoo Jan 30, 2025
cd3375b
raname seeding -> spawning in backend tests
slayoo Jan 30, 2025
f9d99ce
raname injecting -> spawning in backend tests
slayoo Jan 30, 2025
8bc50bb
comment on zero multiplicity -> MC sampling?
slayoo Jan 30, 2025
e5abcb3
work in progress towards getting nucleation dynamic enabled in the ex…
slayoo Jan 30, 2025
fedd946
add back boltzmann constant
Jan 30, 2025
fe4bfb9
fix errors in dynamic to get to error with 'No available null SDs to …
Jan 30, 2025
59a0fa4
wip add nan SDs. getting error about index out of bounds.
Jan 30, 2025
3bb377b
make attribute saving logic compatible with variable state-vector size
slayoo Jan 31, 2025
c4f2ec8
introduce SuperParticleSpawningDynamic.check_extensive_attribute_keys…
slayoo Feb 3, 2025
763d853
make multiplicity a Storage as well (currently stops on: "Python int …
slayoo Feb 4, 2025
1dc09c9
make example run with nucleation by shortening timestep to avoid over…
Feb 4, 2025
d53312a
simplified units handling, enabled condensation adaptivity
slayoo Feb 6, 2025
c11118c
resolve merge conflict
slayoo Feb 6, 2025
0ee157d
fix bib issues
slayoo Feb 6, 2025
ee6cca2
fix multiplicity product. print out fractional change in total partic…
Feb 7, 2025
decce8e
Merge remote-tracking branch 'oa/main' into expansion_chamber
Feb 11, 2025
deb27c4
qv to vapour_mixing_ratio spelled out
Feb 11, 2025
60cb166
fixing tests, addressing pylint hints
slayoo Feb 13, 2025
8989e38
reinstantiate changes from #1509
slayoo Feb 13, 2025
84759aa
addressing pylint hints
slayoo Feb 13, 2025
fe370f8
setup chamber smoke tests execution on CI
slayoo Feb 13, 2025
2b811bd
address pylint hints
slayoo Feb 13, 2025
2bd28ba
fix badge URLs
slayoo Feb 13, 2025
2896faa
add TODO labels (pointing to the PR!_
slayoo Feb 13, 2025
dc1217e
pylint hints, notebook header
slayoo Feb 13, 2025
ab4412d
pylint hints
slayoo Feb 13, 2025
43c4828
missing bib entry
slayoo Feb 13, 2025
897fb3e
simplify notebook code; skip nucleation if RH<1
slayoo Feb 13, 2025
1e7631e
address pylint hints
slayoo Feb 13, 2025
7d180ad
address pylint hints again
slayoo Feb 13, 2025
649caba
fix MockParticulator
slayoo Feb 13, 2025
89d1086
extensions in homogeneous liquid nucleation unit tests
slayoo Feb 14, 2025
12b55dd
less crazy test values for T and S
slayoo Feb 14, 2025
7150f84
unit test for homogeneous nucleation dynamic using constant rate
slayoo Feb 14, 2025
ed24039
Merge remote-tracking branch 'oa/main' into expansion_chamber
Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgotten __init__ move
  • Loading branch information
slayoo committed Jan 26, 2025
commit ce6e4546315db6d485458ab2767fcb681b10bcb6
4 changes: 4 additions & 0 deletions examples/PySDM_examples/Erinin_et_al_2025/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pylint: disable=invalid-name
"""
expansion chamber example based on [Erinin et al. 2025](https://doi.org/10.48550/arXiv.2501.01467)
"""
4 changes: 0 additions & 4 deletions examples/PySDM_examples/expansion_chamber/__init__.py

This file was deleted.