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
7 changes: 7 additions & 0 deletions ocean_only/DOME/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@ OBC_REMAPPING_USE_OM4_SUBCELLS = True ! [Boolean] default = True
! If true, use the OM4 remapping-via-subcells algorithm for neutral diffusion.
! See REMAPPING_USE_OM4_SUBCELLS for more details. We recommend setting this
! option to false.
OBC_PROJECTION_BUG = True ! [Boolean] default = True
! If false, use only interior ocean points at OBCs to specify several
! calculations at OBC points, and it avoids applying a land mask at the bay-like
! intersection of orthogonal OBC segments. Otherwise the calculation of terms
! like the potential vorticity used in the barotropic solver relies on
! bathymetry or other fields being projected outward across OBCs. This option
! changes answers for some configurations that use OBCs.
MASKING_DEPTH = -9999.0 ! [m] default = -9999.0
! The depth below which to mask points as land points, for which all fluxes are
! zeroed out. MASKING_DEPTH is ignored if it has the special default value.
Expand Down
23 changes: 15 additions & 8 deletions ocean_only/circle_obcs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@ OBC_REMAPPING_USE_OM4_SUBCELLS = True ! [Boolean] default = True
! If true, use the OM4 remapping-via-subcells algorithm for neutral diffusion.
! See REMAPPING_USE_OM4_SUBCELLS for more details. We recommend setting this
! option to false.
OBC_PROJECTION_BUG = True ! [Boolean] default = True
! If false, use only interior ocean points at OBCs to specify several
! calculations at OBC points, and it avoids applying a land mask at the bay-like
! intersection of orthogonal OBC segments. Otherwise the calculation of terms
! like the potential vorticity used in the barotropic solver relies on
! bathymetry or other fields being projected outward across OBCs. This option
! changes answers for some configurations that use OBCs.
MASKING_DEPTH = -9999.0 ! [m] default = -9999.0
! The depth below which to mask points as land points, for which all fluxes are
! zeroed out. MASKING_DEPTH is ignored if it has the special default value.
Expand Down Expand Up @@ -390,14 +397,6 @@ H_TO_M = 1.0 ! [m H-1] default = 1.0
! A constant that translates the model's internal units of thickness into m.
NK = 10 ! [nondim]
! The number of model layers.
OBC_SEGMENT_001_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_002_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_003_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_004_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs

! === module MOM_tracer_registry ===

Expand Down Expand Up @@ -490,6 +489,14 @@ USE_SHELFWAVE_OBC = False ! [Boolean] default = False
! If true, use the shelfwave open boundary.
USE_DYED_CHANNEL_OBC = False ! [Boolean] default = False
! If true, use the dyed channel open boundary.
OBC_SEGMENT_001_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_002_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_003_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_004_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs

! === module MOM_coord_initialization ===
COORD_CONFIG = "layer_ref" ! default = "none"
Expand Down
16 changes: 8 additions & 8 deletions ocean_only/circle_obcs/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ RHO_0 = 1031.0 ! [kg m-3] default = 1035.0
! some parameters from vertical units of m to kg m-2.
NK = 10 ! [nondim]
! The number of model layers.
OBC_SEGMENT_001_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_002_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_003_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_004_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs

! === module MOM_tracer_flow_control ===
USE_DOME_TRACER = True ! [Boolean] default = False
Expand All @@ -135,6 +127,14 @@ USE_DOME_TRACER = True ! [Boolean] default = False
! === module DOME_tracer ===

! === module MOM_boundary_update ===
OBC_SEGMENT_001_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_002_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_003_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs
OBC_SEGMENT_004_DATA = "U=value:0.0,V=value:0.0,SSH=value:0.0" !
! OBC segment docs

! === module MOM_coord_initialization ===
COORD_CONFIG = "layer_ref" ! default = "none"
Expand Down