Skip to content

Commit 3a95f67

Browse files
committed
Updating init to include the new kernels
1 parent 202dc07 commit 3a95f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/parcels/kernels/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from .advection import (
22
AdvectionAnalytical,
33
AdvectionEE,
4+
AdvectionRK2,
5+
AdvectionRK2_3D,
46
AdvectionRK4,
57
AdvectionRK4_3D,
68
AdvectionRK4_3D_CROCO,
@@ -21,6 +23,8 @@
2123
# advection
2224
"AdvectionAnalytical",
2325
"AdvectionEE",
26+
"AdvectionRK2",
27+
"AdvectionRK2_3D",
2428
"AdvectionRK4_3D_CROCO",
2529
"AdvectionRK4_3D",
2630
"AdvectionRK4",

0 commit comments

Comments
 (0)