You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestep interval (as a np.timedelta64 object) to be passed to the kernel.
471
+
Use a negative value for a backward-in-time simulation.
469
472
pyfunc :
470
473
Kernel function to execute. This can be the name of a
471
474
defined Python function or a :class:`parcels.kernel.Kernel` object.
@@ -477,9 +480,6 @@ def execute(
477
480
runtime (np.timedelta64):
478
481
The duration of the simuulation execution. Must be a np.timedelta64 object and is required to be set when the `fieldset.time_interval` is not defined.
479
482
If the `fieldset.time_interval` is defined and the runtime is provided, the end time will be the start of the fieldset's time interval plus the runtime.
480
-
dt (np.timedelta64):
481
-
Timestep interval (as a np.timedelta64 object) to be passed to the kernel.
482
-
Use a negative value for a backward-in-time simulation. (Default value = 1 second)
483
483
output_file :
484
484
mod:`parcels.particlefile.ParticleFile` object for particle output (Default value = None)
0 commit comments