-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix issue 19 porous face oob #20
Fix issue 19 porous face oob #20
Conversation
- Spacing within expressions was uneven and made multiplation look like POW functions. Leftover from merging NOAA-GFDL#3. - No answer changes.
- An errant use of the porous face area led to an out-of-bounds k-index reported in NOAA-GFDL#19. - Closes NOAA-GFDL#19
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #20 +/- ##
=========================================
Coverage 29.17% 29.17%
=========================================
Files 240 240
Lines 71481 71481
=========================================
Hits 20852 20852
Misses 50629 50629
Continue to review full report at Codecov.
|
Thanks, yes, this fixes #19. |
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.
I agree that these changes are likely to be correct, and as Kate notes, they do fix issue #19. This PR has passed TC testing, and the pipeline testing for this case is being run at https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/14241. This PR should be accepted on an expedited basis (superseding other PRs) as soon as the pipeline testing has successfully completed.
Regression has passed: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/14241 ✔️ |
Fixes an out-of-bounds k-index in MOM_continuity_PPM.F90 introduced with the porous topography update. Problem reported in #19
Two commits:
Needs testing/review by @kshedstrom