-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fixing issue #539 #540
Fixing issue #539 #540
Conversation
I don't think this patch is quite doing what we want. From my reading, it's implicitly creating
I think the only real fix here is to get the parser to properly read the contents of |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/gfdl #540 +/- ##
=========================================
Coverage 37.20% 37.20%
=========================================
Files 271 271
Lines 80355 80357 +2
Branches 14985 14985
=========================================
+ Hits 29894 29897 +3
Misses 44903 44903
+ Partials 5558 5557 -1 ☔ View full report in Codecov by Sentry. |
No, this properly parses
|
Ah sorry.... I think I confused myself. Maybe that's why @adcroft Does this look ok? (Ed: I see why I was confused now: I thought you had wrapped |
I've checked this in tc2.a and both forms work and give the same answer with this patch. |
I spoke with @adcroft and he agreed that this is the preferred method of accessing parameter block contents. There was a thought that Our test machine Gaea is being turned upside down today, but I'll try to get this tested and merged ASAP. |
We think there still may be a minor issue with the new At the least, we might need to add support for |
#558 should eliminate the redundant |
I've run a modified version of this PR which appears to fix the problem and does not produce a redundant I will merge this directly to MOM6 and close this issue once it's been finalized. Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/22146 ✔️ |
Matching commit: 5ca70ba |
There are two places in the code where USE_BODNER23 is checked. They have to be consistent. This fixes the inconsistency I had mentioned in #539 , but does introduce an extra
into the output doc files.