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

(*)Avoid uninitialized data use in find_interfaces #1493

Merged
merged 2 commits into from
Sep 3, 2021

Commits on Sep 1, 2021

  1. (*)Avoid uninitialized data use in find_interfaces

      Modified find_interfaces to avoid using uninitialized data when there is no
    input data in a column or only one layer of data and linear interpolation is
    nonsensical.  This could change the initial conditions in some layer-mode cases,
    but in practice all solutions in the MOM6-examples test suite are bitwise
    identical, even though temporarily inserted error messages reveal that the
    conditions that triggered the modified code are being encountered.
    Hallberg-NOAA committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ca1c426 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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