forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented scale-aware option for MLE
- The third paper, in the series of Fox-Kemper et al., proposed upscaling the buoyancy gradients from the frontal scale to the grid-scale. To date this has been implemented as a globally constant upscaling indicated by the FOX_KEMPER_ML_RESTRAT parameter. This commit implements the upscaling as a function of grid-spacing, 1st-baroclinic deformation radius and a frontal length scale parameter, MLE_FRONT_LENGTH. - VarMix is now passed to mixedlayer_restrat since we need VarMix%Rd_dx. - Updated MLE doxumentation.
- Loading branch information
Showing
3 changed files
with
53 additions
and
13 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
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
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