- [x] move Szumowski to utils? - [x] cite Kessler '69, ('95 ?) - [x] docsting from Arabas '25 - [ ] unit tests for fractionation method (dm_dt and taus as inputs) - [ ] unit test coupling condensation with isotopic fractionation with a plot having "remaining water" as x axis and delta as y axis - [ ] add 3 new field for MPDATA advection (initial values as parameters) - #1630 https://github.com/open-atmos/PySDM/blob/7251fb1d3dccba2f74aaaa5f45f022084af51471/examples/PySDM_examples/Szumowski_et_al_1998/simulation.py#L70-L73 - [ ] introduce new attribute: "pre condensation water mass" - [ ] merge `physics.isotope_relaxation_timescale` and `physics.isotope_ratio_evolution` into `physics.isotope_dynamics` (?) - [ ] implement formulae for dm'/dt - [ ] implement dynamics for number of moles (using new mass - old mass and dm'/dt) https://github.com/open-atmos/PySDM/blob/7251fb1d3dccba2f74aaaa5f45f022084af51471/PySDM/backends/impl_numba/methods/isotope_methods.py#L27-L28 - [ ] couple particle isotopic dynamics with ambient air isotopic dynamics https://github.com/open-atmos/PySDM/blob/7251fb1d3dccba2f74aaaa5f45f022084af51471/PySDM/particulator.py#L441-L444
PySDM/examples/PySDM_examples/Szumowski_et_al_1998/simulation.py
Lines 70 to 73 in 7251fb1
physics.isotope_relaxation_timescaleandphysics.isotope_ratio_evolutionintophysics.isotope_dynamics(?)PySDM/PySDM/backends/impl_numba/methods/isotope_methods.py
Lines 27 to 28 in 7251fb1
PySDM/PySDM/particulator.py
Lines 441 to 444 in 7251fb1