Skip to content

Commit

Permalink
take away show
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Nov 21, 2023
1 parent be3bff8 commit 351debc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Bathymetry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ function interpolate_bathymetry_in_passes(native_h, target_grid; passes = 10)
latitude = y_domain(target_grid)
longitude = x_domain(target_grid)

@show latitude, longitude
@show x_domain(native_h.grid), y_domain(native_h.grid)

ΔNλ = floor((Nλn - Nλt) / passes)
ΔNφ = floor((Nφn - Nφt) / passes)

Expand Down

0 comments on commit 351debc

Please sign in to comment.