Sylwester Arabas
Sylwester Arabas
reference list added in #1483 kudos @pawelmagnu !
worth to note, on 32-bit Appveyor it failed with: ``` # Act backend.adaptive_sdm_gamma(_gamma, _n, _cell_id, _dt_left, dt, dt_range, _is_first_in_pair, _n_substep, _dt_min) # Assert > np.testing.assert_array_almost_equal(_dt_left.to_ndarray(), np.asarray(expected_dt_left)) E AssertionError: E Arrays...
So, the assert tells us that after performing sampling, the total aerosol number concentration differs from the analytical one by ca. 0.002%, which is clearly a small difference given that...
closing as this is rather a feature than a bug, and both the assert and the error make sense
@jtbuch, @claresinger, one paper that, IIRC, we have not mentioned yet discussing seeding in PySDM is the Andrejczuk et al. 2014 super-droplet seeding/geoengineering study: https://doi.org/10.1016/j.atmosres.2014.01.006
(but let's keep the option to ignore the solute in order to make it still possible to compare with singular)
5. Extend the multi-cell test: https://github.com/open-atmos/PySDM/blob/main/tests/unit_tests/dynamics/collisions/test_sdm_multi_cell.py (so that answers to questions like 3 are addressed in the test) (analogously, a new test depicting the question from 1 would be worth...
@emmacware, shall we close this issue?
will no longer be needed after the switch to nanobind in #431
This is a known incompatibility of newer Numba versions with PyMPDATA. Essentially, Numba has changed its API, and we haven't found a way yet to adapt to the new one....