Skip to content

Commit bfb1f62

Browse files
committed
Review feedback
1 parent 38770d1 commit bfb1f62

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/examples/example_mitgcm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def periodicBC(particle, fieldset, time): # pragma: no cover
4141
str(path),
4242
pset,
4343
outputdt=timedelta(days=1),
44+
chunks=(len(pset), 1),
4445
)
4546
kernels = parcels.AdvectionRK4 + pset.Kernel(periodicBC)
4647
pset.execute(

parcels/_typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
PathLike = str | os.PathLike
2929
Mesh = Literal["spherical", "flat"] # corresponds with `mesh`
3030
VectorType = Literal["3D", "3DSigma", "2D"] | None # corresponds with `vector_type`
31-
ChunkMode = Literal["auto", "specific", "failsafe"] # corresponds with `chunk_mode`
3231
GridIndexingType = Literal["pop", "mom5", "mitgcm", "nemo", "croco"] # corresponds with `gridindexingtype`
3332
UpdateStatus = Literal["not_updated", "first_updated", "updated"] # corresponds with `_update_status`
3433
NetcdfEngine = Literal["netcdf4", "xarray", "scipy"]

0 commit comments

Comments
 (0)