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

+Use RHO_PGF_REF for the pressure gradient forces #392

Merged
merged 3 commits into from
Jul 20, 2023

Commits on Jun 30, 2023

  1. +Use RHO_PGF_REF for the pressure gradient forces

      Use the new runtime parameter RHO_PGF_REF instead of RHO_0 to set the
    reference density that is subtracted off from the other densities when
    calculating the finite volume pressure gradient forces.  Although the answers
    are mathematically equivalent for any value of this parameter, a judicious
    choice can reduce the impacts of roundoff errors by about 2 orders of
    magnitude.  By default, RHO_PGF_REF is set to RHO_0, and all answers are bitwise
    identical.  However, there is a new runtime parameter that appears in many of
    the MOM_parameter_doc.all files.
    Hallberg-NOAA committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0bd4613 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 20, 2023

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