forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds option to scale KHTH with depth
This commit adds the option to scale KHTH with depth by setting DEPTH_SCALED_KHTH = True. The scalling is applied as follows: KHTH = MIN(1,H/H_0)**N * KHTH, where H_0 is defined by DEPTH_SCALED_KHTH_H0, and N by DEPTH_SCALED_KHTH_EXP.
- Loading branch information
1 parent
3b957a7
commit bb785a8
Showing
3 changed files
with
103 additions
and
15 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