-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed parameter KPP_BEFORE_KAPPA_SHEAR since always true.
Removed parameter KPP_BEFORE_KAPPA_SHEAR since always true. This cleans up some awkward code related to removing, then adding back, the shear mixing diffusivity. MOM6 implementation of KPP always matches the boundary layer diffusivity to a zero value of the interior diffusivity, even if there is a nonzero interior diffusivity. The reason for this approach is that matching to a nonzero interior diffusivity can produce some very spurious results. Because MOM6 always matches to zero interior diffusivity, we can remove the code related to earlier implementations where we matched to a non-zero interior value. Removing this code cleans up some logic nicely.
- Loading branch information
1 parent
81e8071
commit bf1d55f
Showing
1 changed file
with
6 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters