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 aa7c2d8 commit be3bff8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Bathymetry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ function interpolate_bathymetry_in_passes(native_h, target_grid; passes = 10)

for pass = 1:passes - 1
new_size = (Nλ[pass], Nφ[pass], 1)
@show Nt, Nn, new_size

@info "pass number $pass with size $new_size"
@debug "pass number $pass with size $new_size"
new_grid = LatitudeLongitudeGrid(size = new_size,
latitude = (latitude[1], latitude[2]),
longitude = (longitude[1], longitude[2]),
Expand Down

0 comments on commit be3bff8

Please sign in to comment.