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

+Clean up dimensional rescaling in write_u_accel #10

Merged
merged 2 commits into from
Nov 28, 2021

Commits on Nov 23, 2021

  1. +Clean up dimensional rescaling in write_u_accel

      Pass wind stresses to write_u_accel() and write_v_accel() in [R L Z T-2 ~> Pa]
    without requiring external rescaling first.  Also cleaned up the dimensional
    scaling in MOM_PointAccel.F90, so that all arguments and internal variables use
    the dimensionally rescaled variables with cleaner and standardized syntax, and
    there are comments clearly describing all real variables in this module.
    Moreover, several rescaling bugs were corrected in these routines, so that if
    there are velocity truncations, now the output will be invariant to rescaling,
    whereas before some reported values were not being properly scaled back to MKS
    units.  All answers and output from the MOM6-examples regression suite are
    bitwise identical.
    Hallberg-NOAA committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    afecce4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    0d5fc03 View commit details
    Browse the repository at this point in the history