forked from NOAA-GFDL/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate a photoacclimation mixed layer depth in MOM6 (NOAA-GFDL#16)
* Calculate a photoacclimation MLD in MOM6 Using the diagnose MLD routines calculate a MLD that can be used in COBALTv3. * Update interfaces for diagnoseMLD Some previously optional arguments were made nonoptinal in the final version merged into dev/gfdl. So these areguents have been added to the call in MOM_generic_tracers. * Add unset variable in diagnoseMLDbyenergy * Remove timescale variable This parameter seems unneeded at this time. * Change paramter name and though up PR Change "MLD_PHA_FIXED" to "MLD_PHA_CALC" which is default false. Touch up a few formatting issues. Add initialization and comment for mld_pha. * Add fatal errors Add fatal errors if PHA_MLD_CALC is true, but a method is not specified. * Add additional argument to generic tracer stub Add the photo_acc_mld argument to the generic tracer stub in MOM6. --------- Co-authored-by: Theresa Morrison <Theresa.Morrison@gaea57.ncrc.gov> Co-authored-by: Theresa Morrison <Theresa.Morrison@gaea56.ncrc.gov>
- Loading branch information
1 parent
69f4018
commit 0e9afb4
Showing
3 changed files
with
76 additions
and
6 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