Add missing h_neglect#98
Conversation
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #98 +/- ##
=========================================
Coverage 28.98% 28.98%
=========================================
Files 246 246
Lines 72352 72352
=========================================
Hits 20970 20970
Misses 51382 51382
Continue to review full report at Codecov.
|
Hallberg-NOAA
left a comment
There was a problem hiding this comment.
I agree that this change should be made for self-consistency. In most existing cases it should not change answers, but it should be noted that it could change answers when there is the run-time-setting that ANGSTROM=0.
|
This has passed pipeline testing at https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/15163. |
Looks like the addition of
h_neglectis missing in one line for the computation of zonal isopycnal slopes.Note that is is correctly added in the meridional counterpart:
MOM6/src/core/MOM_isopycnal_slopes.F90
Lines 363 to 370 in 8bf9abb