Skip to content

Commit

Permalink
minor fix in bathy gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Nov 22, 2023
1 parent 6450238 commit 14b76aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bathymetric_gradient_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_bathymetric_gradient_function():
EPSG = 4326 # EPSG:4326 or WGS84
bbox = (-74.4, -73.4, 40.2, 41.2)
extent = om.Region(extent=bbox, crs=EPSG)
# dem = om.DEM(fdem, crs=4326)
dem = om.DEM(fdem, crs=4326)

min_edge_length = 0.0025 # minimum mesh size in domain in projection
max_edge_length = 0.10 # maximum mesh size in domain in projection
Expand Down

0 comments on commit 14b76aa

Please sign in to comment.