-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Displacement of particles in PySDM is handled using:
- https://github.com/open-atmos/PySDM/blob/main/PySDM/dynamics/displacement.py
- https://github.com/open-atmos/PySDM/blob/main/PySDM/backends/impl_numba/methods/displacement_methods.py
- https://github.com/open-atmos/PySDM/blob/main/PySDM/backends/impl_thrust_rtc/methods/displacement_methods.py
Tests are here: https://github.com/open-atmos/PySDM/tree/main/tests/unit_tests/dynamics/displacement
The new Monte-Carlo formulation could either be an option of the existing "dynamic" or a new "dynamic" class.