Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions ocean_only/circle_obcs/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ DEBUG_REDUNDANT = False ! [Boolean] default = False
OBC_DEBUGGING_TESTS = False ! [Boolean] default = False
! If true, do additional calls resetting certain values to help verify the
! correctness of the open boundary condition code.
OBC_REVERSE_SEGMENT_ORDER = False ! [Boolean] default = False
! If true, store the OBC segments internally and handle them in the reverse
! order from that with which they are specified via external parameters to test
! for dependencies on the order with which the OBC segments are applied.

! === module MOM_verticalGrid ===
! Parameters providing information about the vertical grid.
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6
Submodule MOM6 updated 1 files
+126 −102 src/core/MOM_open_boundary.F90
Loading