Skip to content

Commit

Permalink
use Gaussian aerosol mode, not LogNormal
Browse files Browse the repository at this point in the history
  • Loading branch information
claresinger committed Jan 10, 2025
1 parent 4135c22 commit 55e53f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6,291 deletions.
9 changes: 3 additions & 6 deletions examples/PySDM_examples/expansion_chamber/aerosol.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ def __init__(
mass_fractions=mode1,
water_molar_volume=water_molar_volume,
),
"spectrum": spectra.Lognormal(
"spectrum": spectra.Gaussian(
norm_factor=N,
m_mode=158 * si.nm,
s_geom=2,
loc=316 / 2 * si.nm,
scale=257 / 2 * si.nm,
),
},
)
# mean diameter 316nm, standard deviation 257nm
# not sure how to interpret the standard deviation given in the paper
# because it looks like it's a lognormal distribution in Fig 2
Loading

0 comments on commit 55e53f0

Please sign in to comment.