Skip to content

Commit fb4e810

Browse files
Update parcels/grid.py
Co-authored-by: Vecko <[email protected]>
1 parent bfad939 commit fb4e810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcels/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def add_periodic_halo(self, zonal, meridional, halosize=5):
694694
halosize : int
695695
size of the halo (in grid points). Default is 5 grid points
696696
"""
697-
raise NotImplementedError("CurvilinearGrid does not support add_periodic_halo")
697+
raise NotImplementedError("CurvilinearGrid does not support add_periodic_halo. See https://github.com/OceanParcels/Parcels/pull/1811")
698698

699699

700700
class CurvilinearZGrid(CurvilinearGrid):

0 commit comments

Comments
 (0)