Skip to content

Commit

Permalink
MOM6: set MINIMUM_DEPTH = 0.0
Browse files Browse the repository at this point in the history
Update MOM_parameter_docs
  • Loading branch information
dougiesquire committed Feb 20, 2025
1 parent 42efd9a commit 11e544d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ TOPO_CONFIG = "file" !
! Phillips - ACC-like idealized topography used in the Phillips config.
! dense - Denmark Strait-like dense water formation and overflow.
! USER - call a user modified routine.
MINIMUM_DEPTH = 0.5 ! [m] default = 0.0
! If MASKING_DEPTH is unspecified, then anything shallower than MINIMUM_DEPTH is
! assumed to be land and all fluxes are masked out. If MASKING_DEPTH is
! specified, then all depths shallower than MINIMUM_DEPTH but deeper than
! MASKING_DEPTH are rounded to MINIMUM_DEPTH.
MAXIMUM_DEPTH = 6000.0 ! [m]
! The maximum depth of the ocean.

Expand Down
2 changes: 1 addition & 1 deletion docs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ TOPO_EDITS_FILE = "" ! default = ""
! The file from which to read a list of i,j,z topography overrides.
ALLOW_LANDMASK_CHANGES = False ! [Boolean] default = False
! If true, allow topography overrides to change land mask.
MINIMUM_DEPTH = 0.5 ! [m] default = 0.0
MINIMUM_DEPTH = 0.0 ! [m] default = 0.0
! If MASKING_DEPTH is unspecified, then anything shallower than MINIMUM_DEPTH is
! assumed to be land and all fluxes are masked out. If MASKING_DEPTH is
! specified, then all depths shallower than MINIMUM_DEPTH but deeper than
Expand Down
5 changes: 0 additions & 5 deletions docs/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ TOPO_CONFIG = "file" !
! Phillips - ACC-like idealized topography used in the Phillips config.
! dense - Denmark Strait-like dense water formation and overflow.
! USER - call a user modified routine.
MINIMUM_DEPTH = 0.5 ! [m] default = 0.0
! If MASKING_DEPTH is unspecified, then anything shallower than MINIMUM_DEPTH is
! assumed to be land and all fluxes are masked out. If MASKING_DEPTH is
! specified, then all depths shallower than MINIMUM_DEPTH but deeper than
! MASKING_DEPTH are rounded to MINIMUM_DEPTH.
MAXIMUM_DEPTH = 6000.0 ! [m]
! The maximum depth of the ocean.

Expand Down

0 comments on commit 11e544d

Please sign in to comment.