lagrangian.Integration.compute¶
-
Integration.compute(self: lagrangian.core.Integration, it: lagrangian.core.Iterator, x0: float, y0: float) → object¶ Calculate the new position of the particle
- Parameters
it (lagrangian.Iterator) – Iterator
x0 (float) – Longitude in degrees
y0 (float) – Latitude in degrees
- Returns
the position updated otherwise None if new position is undefined
- Return type
tuple, optional