diff --git a/parcels/particleset.py b/parcels/particleset.py index 6e0bd3d11..a7b1430f1 100644 --- a/parcels/particleset.py +++ b/parcels/particleset.py @@ -1060,7 +1060,7 @@ def execute( next_output = starttime + dt else: next_output = np.inf * np.sign(dt) - next_callback = starttime * np.sign(dt) + next_callback = starttime + callbackdt * np.sign(dt) tol = 1e-12 time = starttime