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

(*)Write full checksums to restarts #1371

Merged
merged 2 commits into from
Apr 15, 2021

Commits on Apr 12, 2021

  1. (*)Write full checksums to restarts

      Change the types returned from the 5 rotated_field_chksum from integer to
    integer(kind=int64), so that the full 64-byte checksums are returned.  Without
    this change, the checksums that are written to MOM6 restart files or interpreted
    from them are truncated to the latter half of their length.  This changes the
    checksums that are written to the restart files, but both before and after this
    change the values that are written are the same as those that are generated
    after reading the restart with the same version of the code.  The code can run
    across this change by setting RESTART_CHECKSUMS_REQUIRED = False for the run
    segment where the transition occurs.  The solutions themselves are bitwise
    identical.
    Hallberg-NOAA committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1be9584 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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