Skip to content

Commit

Permalink
MOM6-examples: *Added new OBC options to DOME test case
Browse files Browse the repository at this point in the history
  @kshedstrom added non-default values to two open boundary condition options,
OBC_ZERO_VELOCITY and OBC_ZERO_STRAIN, for the DOME test case.  This is a part
of a larger overhaul and improvement of the treatment of open boundary
conditions in MOM6.  This changes answers and MOM_parameter_doc.all files for
the DOME test case.
  • Loading branch information
Hallberg-NOAA committed Apr 9, 2018
1 parent 6be2e41 commit eca64d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocean_only/DOME/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ MAXIMUM_DEPTH = 3600.0 ! [m]
! Controls where open boundaries are located, what kind of boundary condition to impose, and what data to apply, if any.
OBC_NUMBER_OF_SEGMENTS = 1 ! default = 0
! The number of open boundary segments.
OBC_ZERO_VORTICITY = False ! [Boolean] default = False
OBC_ZERO_VORTICITY = True ! [Boolean] default = False
! If true, sets relative vorticity to zero on open boundaries.
OBC_FREESLIP_VORTICITY = False ! [Boolean] default = False
! If true, sets the normal gradient of tangential velocity to
! zero in the relative vorticity on open boundaries. This cannot
! be true if OBC_ZERO_VORTICITY is True.
OBC_ZERO_STRAIN = False ! [Boolean] default = False
OBC_ZERO_STRAIN = True ! [Boolean] default = False
! If true, sets the strain used in the stress tensor to zero on open boundaries.
OBC_FREESLIP_STRAIN = False ! [Boolean] default = False
! If true, sets the normal gradient of tangential velocity to
Expand Down
4 changes: 4 additions & 0 deletions ocean_only/DOME/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ MAXIMUM_DEPTH = 3600.0 ! [m]
! Controls where open boundaries are located, what kind of boundary condition to impose, and what data to apply, if any.
OBC_NUMBER_OF_SEGMENTS = 1 ! default = 0
! The number of open boundary segments.
OBC_ZERO_VORTICITY = True ! [Boolean] default = False
! If true, sets relative vorticity to zero on open boundaries.
OBC_ZERO_STRAIN = True ! [Boolean] default = False
! If true, sets the strain used in the stress tensor to zero on open boundaries.
OBC_SEGMENT_001 = "J=N,I=110:100,SIMPLE" !
! Documentation needs to be dynamic?????
ROTATION = "beta" ! default = "2omegasinlat"
Expand Down

0 comments on commit eca64d3

Please sign in to comment.