-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev/cpt as of 14 Feb 2022 #69
Merge dev/cpt as of 14 Feb 2022 #69
Conversation
…em_terms Fix units of *_visc_rem terms
…6nov2021 (*) Merge dev/gfdl as of 06 Nov 2021
Subroutine adjustEtaToFitBathymetry had a hard-wired parameter (hTolerance = 0.1) controlling the tolerance when adjusting the thickness to fit the bathymetry. This patch adds an user-controlled parameter (THICKNESS_TOLERANCE), which replaces hTolerance. THICKNESS_TOLERANCE is only activated when ADJUST_THICKNESS=True.
…d_tolerance2 Remove hard-wired parameter in adjustEtaToFitBathymetry
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #69 +/- ##
============================================
- Coverage 29.00% 29.00% -0.01%
============================================
Files 244 244
Lines 71880 71885 +5
============================================
+ Hits 20851 20852 +1
- Misses 51029 51033 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is very nice improvement to the code! It has passed the TC testing, and it has passed the pipeline testing at https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/14806.
Adding a few contribution from dev/cpt that have not been merged yet: