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
5 changes: 5 additions & 0 deletions ocean_only/DOME/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,18 @@ DEBUG = False ! [Boolean] default = False
! If true, write out verbose debugging data.
DEBUG_TRUNCATIONS = False ! [Boolean] default = False
! If true, calculate all diagnostics that are useful for debugging truncations.
DEBUG_OBCS = False ! [Boolean] default = False
! If true, write out verbose debugging data about OBCs.
ROTATE_INDEX = False ! [Boolean] default = False
! Enable rotation of the horizontal indices.
DEBUG_CHKSUMS = False ! [Boolean] default = False
! If true, checksums are performed on arrays in the various vec_chksum routines.
DEBUG_REDUNDANT = False ! [Boolean] default = False
! If true, debug redundant data points during calls to the various vec_chksum
! routines.
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.

! === module MOM_verticalGrid ===
! Parameters providing information about the vertical grid.
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/circle_obcs/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,18 @@ DEBUG = False ! [Boolean] default = False
! If true, write out verbose debugging data.
DEBUG_TRUNCATIONS = False ! [Boolean] default = False
! If true, calculate all diagnostics that are useful for debugging truncations.
DEBUG_OBCS = False ! [Boolean] default = False
! If true, write out verbose debugging data about OBCs.
ROTATE_INDEX = False ! [Boolean] default = False
! Enable rotation of the horizontal indices.
DEBUG_CHKSUMS = False ! [Boolean] default = False
! If true, checksums are performed on arrays in the various vec_chksum routines.
DEBUG_REDUNDANT = False ! [Boolean] default = False
! If true, debug redundant data points during calls to the various vec_chksum
! routines.
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.

! === module MOM_verticalGrid ===
! Parameters providing information about the vertical grid.
Expand Down