Skip to content

Commit

Permalink
test it like this
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Feb 24, 2025
1 parent f1a603a commit 7fb8234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/one_degree_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bottom_height = regrid_bathymetry(underlying_grid;
# For this bathymetry at this horizontal resolution we need to manually open the Gibraltar strait.
# view(bottom_height, 102:103, 124, 1) .= -400

grid = ImmersedBoundaryGrid(underlying_grid, GridFittedBottom(bottom_height); active_cells_map=true)
grid = ImmersedBoundaryGrid(underlying_grid, GridFittedBottom(bottom_height))

# ### Restoring
#
Expand Down

0 comments on commit 7fb8234

Please sign in to comment.