We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87f672 commit f971ec1Copy full SHA for f971ec1
examples/example_era5_swan.py
@@ -21,7 +21,7 @@
21
grid.mesh_grid()
22
#
23
# Set the boundaries
24
-bnd_set = grd.boundary.EdgesAsBoundary(edges=['N', 'W', 'S'], step=20)
+bnd_set = grd.boundary.EdgesAsBoundary(edges=['N', 'W', 'S'])
25
grid.set_boundary(boundary_setter=bnd_set)
26
27
0 commit comments