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 rescaling of internal tide of debugging code #763

Open
wants to merge 1 commit into
base: dev/gfdl
Choose a base branch
from

Commits on Nov 30, 2024

  1. Fix rescaling of internal tide of debugging code

      Corrected the internal tide rescaling arguments so that some of the debugging
    variables have units that are consistent with their documented units.  This
    involved changing the scale arguments to global_area_integral to tmp_scale
    arguments in 8 places so that the units of the output retain the scaling of the
    input variable.  The multiplication by the reverse of the scaling factor was
    also added to 4 debugging output messages.
    
      Also replaced the scale argument to 35 chksum calls with the equivalent but
    preferred unscale argument, following the pattern elsewhere in the MOM6 code.
    
      All answers are bitwise identical, and only debugging code was modified.
    Hallberg-NOAA committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    6fd0efb View commit details
    Browse the repository at this point in the history