Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Apr 20, 2024
1 parent 52930da commit 98eebf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tripolar_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ y_domain(grid::TRG) = CUDA.@allowscalar minimum(grid.φᶠᶠᵃ), 90
import Oceananigans.BoundaryConditions: regularize_field_boundary_conditions
using Oceananigans.BoundaryConditions: FieldBoundaryConditions,
assumed_field_location,
regularize_boundary_condition
regularize_boundary_condition,
LeftBoundary,
RightBoundary

function regularize_field_boundary_conditions(bcs::FieldBoundaryConditions,
grid::TRG,
Expand Down

0 comments on commit 98eebf9

Please sign in to comment.