Clare Singer
Clare Singer
requires work around like here ```python if model in ("CompressedFilmRuehl", "SzyszkowskiLangmuir"): for j,vw in enumerate(v_wet): sigma[j] = formulae.surface_tension.sigma(T, vw, v_dry, aerosol.modes[0]['f_org']) else: sigma = formulae.surface_tension.sigma(T, v_wet, v_dry, aerosol.modes[0]['f_org']) ``` implemented...
It would be great to add a little library of available products (or a few different options) for calculating/estimating the radiative properties of the clouds: optical depth, albedo, emissivity, and...
diagnose activated droplets only if meeting BOTH `(r > rcrit) && (Smax > Scrit)`
This issue is open to document some discrepancies, mismatches, and unknowns about the many constants used in the Lowe et al. 2019 example. - [ ] The specification of the...
Smoke tests for Pyrcel (and maybe Lowe) show mismatches between PySDM results and the other codes in the supersaturation at the end of the simulation (maximum altitude). This is true...
for kappa aerosol mode, you shouldn't need to specify volume and mass fractions separately. better to specify mass fractions and densities (like for B formulation) and then calculate the volume...
Right now `AerosolDistribution` expects each `AerosolMode` to have the same number of components. It would be nice to make this more general. E.g. so you can have AM1 with just...
1) Shuffle logic: e.g. don't need to shuffle if only one type of seed particle or if the number of super particles to inject is equal to the number of...
Depending on the parameter values of the aerosol distribution, sometimes I need to lower `significant` to 5 or even 4. I haven't noticed a pattern for which values cause an...
Copy/pasting the notes @slayoo added from our conversation with @AgnieszkaZaba this morning. - [x] the laboratory paper uses a Normal distribution rather than Lognormal - perhaps worth adding to PySDM...