-
Notifications
You must be signed in to change notification settings - Fork 245
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
Remove G_EARTH from OBCs #1090
Remove G_EARTH from OBCs #1090
Conversation
- The parameter G_EARTH is unnecessarily read and logged by OBCs. This is normally innocuous except PR #1088 rearranges the call order between OBCs and vertGrid which puts G_EARTH in the wrong block in the doc files. - This removes G_EARTH from OBCs so it is not logged and the two outstanding PRs (#1088 and #1089) don't move G_EARTH to the wrong place. - This PR on its own does not change the doc files prior to #1088.
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 change makes good sense to me. I approve this PR.
- This branch/PR had been setup to precede NOAA-GFDL/MOM6#1088 to minimize changes to MOM6-examples but @Hallberg-NOAA jumped the gun and merged the PRs out of order. - This commit resolves the conflict and MOM6-examples needs to be fixed.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #1090 +/- ##
============================================
- Coverage 46.26% 45.81% -0.45%
============================================
Files 213 215 +2
Lines 67954 69133 +1179
============================================
+ Hits 31436 31671 +235
- Misses 36518 37462 +944
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.
I approve this amendment.
Updated Gaea regression test has passed, merging now. |
This is normally innocuous except PR Internal field index rotation #1088 rearranges the call
order between OBCs and vertGrid which puts G_EARTH in the wrong
block in the doc files.
outstanding PRs (Internal field index rotation #1088 and MOM6: +(*)Rescale pressures #1089) don't move G_EARTH to the
wrong place.