Skip to content

Commit

Permalink
Update examples/acc_regional_simulation.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Silvestri <[email protected]>
  • Loading branch information
francispoulin and simone-silvestri authored Dec 22, 2024
1 parent a6989e8 commit 8cc2719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/acc_regional_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bottom_height = regrid_bathymetry(grid;

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

dates = DateTimeProlepticGregorian(1993, 1, 1) : Month(1) : DateTimeProlepticGregorian(1993, 5, 1)
dates = DateTimeProlepticGregorian(1993, 1, 1) : Month(1) : DateTimeProlepticGregorian(1993, 12, 1)

#
# Restoring force
Expand Down

0 comments on commit 8cc2719

Please sign in to comment.