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

(*)Fix MOM_calc_grad_Coriolis GLOBAL_INDEXING bug #338

Merged

Conversation

Hallberg-NOAA
Copy link
Member

Fixed a bug in MOM_calculate_grad_Coriolis() that was causing the model to hang due to mismatched halo updates when GLOBAL_INDEXING = True. Also added missing callTree (a.k.a. granny tracker) calls at the start and end of the same routine. All answers are bitwise identical in any cases that worked before.

  Fixed a bug in MOM_calculate_grad_Coriolis() that was causing the model to
hang due to mismatched halo updates when GLOBAL_INDEXING = True.  Also added
missing callTree (a.k.a. granny tracker) calls at the start and end of the same
routine.  All answers are bitwise identical in any cases that worked before.
@Hallberg-NOAA Hallberg-NOAA added the bug Something isn't working label Mar 13, 2023
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Merging #338 (b619b54) into dev/gfdl (19f8613) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head b619b54 differs from pull request most recent head 0637745. Consider uploading reports for the commit 0637745 to get more accurate results

@@            Coverage Diff            @@
##           dev/gfdl     #338   +/-   ##
=========================================
  Coverage     37.10%   37.10%           
=========================================
  Files           264      264           
  Lines         74272    74274    +2     
  Branches      13767    13767           
=========================================
+ Hits          27561    27563    +2     
  Misses        41622    41622           
  Partials       5089     5089           
Impacted Files Coverage Δ
src/initialization/MOM_shared_initialization.F90 29.05% <100.00%> (+0.22%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@marshallward
Copy link
Member

Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/18739

We are struggling to get the PGI test to complete, but it does not appear to be related to this PR in any way, so I am going to conditionally approve this one.

I will continue to run the PGI test in the hope that it finishes, but will accept the other tests as a preemptive approval.

@marshallward marshallward merged commit a6f813e into NOAA-GFDL:dev/gfdl Apr 5, 2023
@Hallberg-NOAA Hallberg-NOAA deleted the calc_grad_Coriolis_bugfix branch May 10, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants