Skip to content

Commit

Permalink
Update regional_mom6/regional_mom6.py
Browse files Browse the repository at this point in the history
Co-authored-by: Navid C. Constantinou <[email protected]>
  • Loading branch information
ashjbarnes and navidcy authored Sep 15, 2023
1 parent 7996bd9 commit 472a73c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,6 @@ def bathymetry(
bathyout = bathyout.rename({varnames["xh"]: "lon", varnames["yh"]: "lat"})
bathyout.lon.attrs["units"] = "degrees_east"
bathyout.lat.attrs["units"] = "degrees_north"
# bathyout.lon.attrs["_FillValue"] = 1e20
bathyout.elevation.attrs["_FillValue"] = -1e20
bathyout.elevation.attrs["units"] = "m"
bathyout.elevation.attrs[
Expand Down

0 comments on commit 472a73c

Please sign in to comment.