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
16 changes: 8 additions & 8 deletions ocean_only/circle_obcs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ 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 @@ -584,14 +592,6 @@ OBC_RESERVOIR_INIT_BUG = True ! [Boolean] default = True
! If true, set the OBC tracer reservoirs at the startup of a new run from the
! interior tracer concentrations regardless of properties that may be explicitly
! specified for the reservoir concentrations.
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
OBC_USER_CONFIG = "none" ! default = "none"
! A string that sets how the user code is invoked to set open boundary data:
! DOME - specified inflow on northern boundary
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,6 +119,14 @@ 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 Down Expand Up @@ -186,14 +194,6 @@ THICKNESS_CONFIG = "circle_obcs" ! default = "uniform"
! === module circle_obcs_initialization ===
DISK_RADIUS = 24.0 ! [km]
! The radius of the initially elevated disk in the circle_obcs test case.
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_diag_mediator ===

Expand Down
Loading