We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4135c22 commit 3b607caCopy full SHA for 3b607ca
examples/PySDM_examples/expansion_chamber/aerosol.py
@@ -38,13 +38,10 @@ def __init__(
38
mass_fractions=mode1,
39
water_molar_volume=water_molar_volume,
40
),
41
- "spectrum": spectra.Lognormal(
+ "spectrum": spectra.Gaussian(
42
norm_factor=N,
43
- m_mode=158 * si.nm,
44
- s_geom=2,
+ loc=316 / 2 * si.nm,
+ scale=257 / 2 * si.nm,
45
46
},
47
)
48
- # mean diameter 316nm, standard deviation 257nm
49
- # not sure how to interpret the standard deviation given in the paper
50
- # because it looks like it's a lognormal distribution in Fig 2
0 commit comments