We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650bc20 commit 53ae8cdCopy full SHA for 53ae8cd
parcels/_core/particleset.py
@@ -468,7 +468,7 @@ def execute(
468
pyfunc :
469
Kernel function to execute. This can be the name of a
470
defined Python function or a :class:`parcels.kernel.Kernel` object.
471
- Kernels can be concatenated using the + operator (Default value = AdvectionRK4)
+ Kernels can be concatenated using the + operator.
472
dt (np.timedelta64):
473
Timestep interval (as a np.timedelta64 object) to be passed to the kernel.
474
Use a negative value for a backward-in-time simulation.
0 commit comments