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

Included array_global_min_man in MOM_generic_tracer.F90 #1319

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

Hallberg-NOAA
Copy link
Collaborator

Included a copy of mpp_array_global_min_max from mpp_utilities in
MOM_generic_tracer.F90 as array_global_min_max to document what had been an
interface from mpp that is used in MOM6, and to break a dependence on a part of
the FMS code. There are a number of serious problems with this routine, both
with it reporting values that are incorrect and with it failing most forms of
self-consistency testing. But rather than fixing any of these problems, they
are noted in comments, and this is an exact reproduction of its predecessor.

  Included a copy of mpp_array_global_min_man from mpp_utilities in
MOM_generic_tracer.F90 as array_global_min_max to document what had been an
interface from mpp that is used in MOM6, and to break a dependence on a part of
the FMS code.  There are a number of serious problems with this routine, both
with it reporting values that are incorrect and with it failing most forms of
self-consistency testing.  But rather than fixing any of these problems, they
are noted in comments, and this is an exact reproduction of its predecessor.
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #1319 (d62ca60) into dev/gfdl (bd96811) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           dev/gfdl    #1319      +/-   ##
============================================
- Coverage     45.79%   45.76%   -0.04%     
============================================
  Files           234      234              
  Lines         72476    72527      +51     
============================================
  Hits          33194    33194              
- Misses        39282    39333      +51     
Impacted Files Coverage Δ
src/tracer/MOM_generic_tracer.F90 0.00% <0.00%> (ø)

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 bd96811...d62ca60. Read the comment docs.

Copy link
Collaborator

@adcroft adcroft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adcroft adcroft merged commit 51e8f5f into mom-ocean:dev/gfdl Feb 10, 2021
@Hallberg-NOAA Hallberg-NOAA deleted the generic_tracer_minmax branch July 30, 2021 16:00
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.

2 participants