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

Mask table fix #531

Closed
wants to merge 3 commits into from
Closed

Mask table fix #531

wants to merge 3 commits into from

Conversation

kshedstrom
Copy link

No description provided.

marshallward and others added 3 commits November 15, 2023 15:26
The most recent NCAR -> GFDL merge created an error (courtesy of myself)
which left the CFC concentration units in the post_data call, even
though these are now handled at registration.

This patch restores this expression and removes the unit conversion from
post_data.
 - Without this, if part of your OBC is filled with land mask and
   if that land mask contains a masked out tile, you will generate
   a NaN from the phase speed calculation where h is negative in the
   halo neighbor of that masked tile.
@kshedstrom
Copy link
Author

 - Without this, if part of your OBC is filled with land mask and
   if that land mask contains a masked out tile, you will generate
   a NaN from the phase speed calculation where h is negative in the
   halo neighbor of that masked tile.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (11759d6) 37.49% compared to head (cbbb16c) 37.55%.

Files Patch % Lines
src/tracer/MOM_CFC_cap.F90 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           dev/gfdl     #531      +/-   ##
============================================
+ Coverage     37.49%   37.55%   +0.06%     
============================================
  Files           271      271              
  Lines         79533    79401     -132     
  Branches      14816    14792      -24     
============================================
- Hits          29819    29818       -1     
+ Misses        44175    44043     -132     
- Partials       5539     5540       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@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.

The changes to MOM_open_boundary here seem sensible enough and are well explained in the discussion.

I don't understand why the MOM_CFC_cap fix is showing up in this PR. It is correct, but I would think that it should appear in a separate PR to MOM6. @marshallward, do you understand how or why the MOM_CFC_cap fix is here?

I would be happy to approve this once we understand whether we should be accepting the MOM_CFC_cap fix as a part of this PR.

@kshedstrom
Copy link
Author

Sorry, can you pull it out?

@marshallward
Copy link
Member

@Hallberg-NOAA That commit went to the GFDL->main candidate branch. We need to remove it from this PR.

@marshallward
Copy link
Member

@kshedstrom Not easily, but I can remove it if I do a command-line merge. Seems like this has otherwise been approved so I will do that.

@marshallward
Copy link
Member

Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/21708 ✔️ (Parameters are not out of date, despite warnings).

Copy link
Member

@marshallward marshallward left a comment

Choose a reason for hiding this comment

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

Approved OBO @Hallberg-NOAA

@marshallward
Copy link
Member

This has been merged to dev/gfdl. The hashes have changed, so I have to manually close this PR.

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.

3 participants