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_USTAR_GUSTLESS_BUG is now USTAR_GUSTLESS_BUG #535

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

Hallberg-NOAA
Copy link
Member

Renamed the runtime parameter FIX_USTAR_GUSTLESS_BUG to USTAR_GUSTLESS_BUG (with a switch between the meanings of true and false for the two parameters) for consistency with the syntax of other bug-fix flags in MOM6 and to partially address dev/gfdl MOM6 issue #237. Input parameter files need not be changed right away because MOM6 will still work if FIX_USTAR_GUSTLESS_BUG is specified instead of USTAR_GUSTLESS_BUG, but USTAR_GUSTLESS_BUG will be logged, so there are changes to the MOM_parameter_doc files. By default or with existing input parameter files, all answers are bitwise identical, and there is error handling if inconsistent settings of FIX_USTAR_GUSTLESS_BUG and USTAR_GUSTLESS_BUG are both specified.

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

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

Comparison is base (a28443b) 37.45% compared to head (cf51b9f) 37.46%.

Files Patch % Lines
...ig_src/drivers/solo_driver/MOM_surface_forcing.F90 84.61% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           dev/gfdl     #535   +/-   ##
=========================================
  Coverage     37.45%   37.46%           
=========================================
  Files           270      270           
  Lines         79625    79636   +11     
  Branches      14824    14825    +1     
=========================================
+ Hits          29826    29835    +9     
- Misses        44251    44252    +1     
- Partials       5548     5549    +1     

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

  Renamed the runtime parameter FIX_USTAR_GUSTLESS_BUG to USTAR_GUSTLESS_BUG
(with a switch between the meanings of true and false for the two parameters)
for consistency with the syntax of other bug-fix flags in MOM6 and to partially
address dev/gfdl MOM6 issue mom-ocean#237.  Input parameter files need not be changed
right away because MOM6 will still work if FIX_USTAR_GUSTLESS_BUG is specified
instead of USTAR_GUSTLESS_BUG, but USTAR_GUSTLESS_BUG will be logged, so there
are changes to the MOM_parameter_doc files.   By default or with existing input
parameter files, all answers are bitwise identical, and there is error handling
if inconsistent settings of FIX_USTAR_GUSTLESS_BUG and USTAR_GUSTLESS_BUG are
both specified.
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.

OBO @raphaeldussin

Also: we really need an existence test for get_param!

@marshallward
Copy link
Member

Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/21710 ✔️ 🟡

@marshallward marshallward merged commit 5c14668 into NOAA-GFDL:dev/gfdl Dec 19, 2023
12 checks passed
@Hallberg-NOAA Hallberg-NOAA deleted the USTAR_GUSTLESS_BUG branch May 10, 2024 21:52
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