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

+*Non-Boussinesq revision of MOM_sponge code #441

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 6, 2023

  1. +(*)Use tv%SpV in MOM_sponge code

      Use tv%SpV convert thicknesses to vertical distances in apply_sponge when it
    is allocated to replace multiplication by GV%H_to_Z, thereby eliminating the
    dependence on GV%RHo_0 in this modue in non-Boussinesq mode.  The new internal
    array dz_to_h is used to reduce the code duplication as a result of these
    changes.  All answers in Boussinesq test cases are bitwise identical, but
    answers change in fully non-Boussinesq mode.  In semi-Boussinesq mode answers
    are mathematically equivalent but change at roundoff unless RHO_0 is an integer
    power of 2.
    Hallberg-NOAA committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    535b27d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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