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

+Revised interface to write_cputime #1189

Merged
merged 2 commits into from
Sep 1, 2020

Commits on Aug 25, 2020

  1. +Revised interface to write_cputime

      Revised the interface to write_cputime, adding one optional argument and
    making another intent inout argument optional when it was not going to be reset,
    and also adding a flush of an I/O channel, and added a new subroutine,
    MOM_write_cputime_end, to be called during cleanup, potentially via
    write_cputime.  The write_cputime calls from the solo driver routines have been
    modified in accord with these changes, and a final write_cputime call has been
    added so that the time used by the whole run is reported.  These changes should
    address the problems in MOM6 issue mom-ocean#853, which should be closed once this PR is
    merged into dev/gfdl.  All answers are bitwise identical, but there are minor
    interface changes and a new publicly visible subroutine.
    Hallberg-NOAA committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a05eeee View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

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