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
3 changes: 3 additions & 0 deletions ocean_only/DOME/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ SPONGE = True ! [Boolean] default = False
! properties of those sponges are specified from MOM_initialization.F90.

! === module MOM_boundary_update ===
OBC_VALUE_UPDATE_BUG = True ! [Boolean] default = True
! If true, recover a bug that OBC segment data does not update if all segments
! use 'value' and none uses 'file'.
USE_FILE_OBC = False ! [Boolean] default = False
! If true, use external files for the open boundary.
USE_TIDAL_BAY_OBC = False ! [Boolean] default = False
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/circle_obcs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ SPONGE = False ! [Boolean] default = False
! properties of those sponges are specified from MOM_initialization.F90.

! === module MOM_boundary_update ===
OBC_VALUE_UPDATE_BUG = True ! [Boolean] default = True
! If true, recover a bug that OBC segment data does not update if all segments
! use 'value' and none uses 'file'.
USE_FILE_OBC = False ! [Boolean] default = False
! If true, use external files for the open boundary.
USE_TIDAL_BAY_OBC = False ! [Boolean] default = False
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6
Loading