Skip to content
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

Merged
merged 3 commits into from
Apr 16, 2020
Merged

Remove G_EARTH from OBCs #1090

merged 3 commits into from
Apr 16, 2020

Conversation

adcroft
Copy link
Collaborator

@adcroft adcroft commented Apr 15, 2020

- 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.
@adcroft adcroft requested a review from marshallward April 15, 2020 22:55
Copy link
Collaborator

@Hallberg-NOAA Hallberg-NOAA left a 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.

marshallward and others added 2 commits April 16, 2020 08:55
- 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-io
Copy link

codecov-io commented Apr 16, 2020

Codecov Report

Merging #1090 into dev/gfdl will decrease coverage by 0.44%.
The diff coverage is 29.68%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
src/core/MOM_transcribe_grid.F90 36.32% <0.00%> (-9.09%) ⬇️
src/core/MOM_variables.F90 57.77% <0.00%> (-19.45%) ⬇️
src/diagnostics/MOM_debugging.F90 13.29% <ø> (ø)
src/framework/MOM_array_transform.F90 0.00% <0.00%> (ø)
src/framework/MOM_dyn_horgrid.F90 84.37% <ø> (ø)
src/parameterizations/vertical/MOM_ALE_sponge.F90 26.28% <0.00%> (-4.30%) ⬇️
src/framework/MOM_hor_index.F90 25.39% <2.70%> (-30.16%) ⬇️
src/core/MOM_forcing_type.F90 62.79% <10.40%> (-8.11%) ⬇️
src/core/MOM_open_boundary.F90 31.25% <25.61%> (-1.50%) ⬇️
src/core/MOM.F90 66.33% <39.09%> (-3.41%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8dba19...b4c4f28. Read the comment docs.

Copy link
Collaborator

@Hallberg-NOAA Hallberg-NOAA left a 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.

@marshallward
Copy link
Collaborator

Updated Gaea regression test has passed, merging now.

@marshallward marshallward merged commit 6c0e58b into mom-ocean:dev/gfdl Apr 16, 2020
@adcroft adcroft deleted the rm-gearth-from-obcs branch April 16, 2020 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants