Skip to content

Commit 202dc07

Browse files
committed
Adding the two new schemes to the list of schemes
1 parent 179d306 commit 202dc07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/parcels/kernels/advection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
__all__ = [
1010
"AdvectionAnalytical",
1111
"AdvectionEE",
12+
"AdvectionRK2",
13+
"AdvectionRK2_3D",
1214
"AdvectionRK4",
1315
"AdvectionRK4_3D",
1416
"AdvectionRK4_3D_CROCO",

0 commit comments

Comments
 (0)