Skip to content

Commit f971ec1

Browse files
committed
Removed step from SWAN ERA5 example
1 parent f87f672 commit f971ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_era5_swan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
grid.mesh_grid()
2222
#
2323
# Set the boundaries
24-
bnd_set = grd.boundary.EdgesAsBoundary(edges=['N', 'W', 'S'], step=20)
24+
bnd_set = grd.boundary.EdgesAsBoundary(edges=['N', 'W', 'S'])
2525
grid.set_boundary(boundary_setter=bnd_set)
2626
#
2727
#

0 commit comments

Comments
 (0)