Skip to content

Commit

Permalink
MOM6: Fix interior obcs (#814)
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@5e4f97bf4 Fix interior obcs (#814)
  • Loading branch information
mom6bot authored and Hallberg-NOAA committed Feb 26, 2025
1 parent 74bc126 commit 19369da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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 @@ -298,6 +298,9 @@ OBC_RAMP_TIMESCALE = 1.0 ! [days] default = 1.0
! If RAMP_OBCS is true, this sets the ramping timescale.
OBC_TIDE_N_CONSTITUENTS = 0 ! default = 0
! Number of tidal constituents being added to the open boundary.
EXTERIOR_OBC_BUG = True ! [Boolean] default = True
! If true, recover a bug in barotropic solver and other routines when boundary
! contitions interior to the domain are used.
OBC_SEGMENT_001 = "J=N,I=110:100,SIMPLE" !
! Documentation needs to be dynamic?????
OBC_REMAPPING_SCHEME = "PLM" ! default = "PLM"
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 @@ -283,6 +283,9 @@ OBC_RAMP_TIMESCALE = 1.0 ! [days] default = 1.0
! If RAMP_OBCS is true, this sets the ramping timescale.
OBC_TIDE_N_CONSTITUENTS = 0 ! default = 0
! Number of tidal constituents being added to the open boundary.
EXTERIOR_OBC_BUG = True ! [Boolean] default = True
! If true, recover a bug in barotropic solver and other routines when boundary
! contitions interior to the domain are used.
OBC_SEGMENT_001 = "J=N,I=N:0,FLATHER,ORLANSKI" !
! Documentation needs to be dynamic?????
OBC_SEGMENT_002 = "J=0,I=0:N,FLATHER,ORLANSKI" !
Expand Down

0 comments on commit 19369da

Please sign in to comment.