Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mitgcm_inputs/ob_indices/ob_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def generate_ob_indices(
open_on_boundary = 1
else:
# Here we add a +1 because we need to skip the depth index
open_on_boundary = mask.shape[domain_index + 1]
open_on_boundary = mask.shape[sponge_index + 1]
# This is the value that we use to report that a cell is closed on the
# boundary
closed_cell = 0
Expand Down
Loading