Skip to content

Commit

Permalink
Change coastline data set from level 6 to level 5
Browse files Browse the repository at this point in the history
 - This means Antarctic coastline is between ocean and ice
   instead of ocean and grounding line
  • Loading branch information
sbrus89 committed Sep 5, 2024
1 parent 849a837 commit 62a4aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/wave_mesh/base_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def distance_to_shapefile_points(self, lon, lat,
sphere_radius, reggrid=False):

# Get coastline coordinates from shapefile
features = cfeature.GSHHSFeature(scale='l', levels=[1, 6])
features = cfeature.GSHHSFeature(scale='l', levels=[1, 5])

pt_list = []
for feature in features.geometries():
Expand Down

0 comments on commit 62a4aa5

Please sign in to comment.