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

Changes to allow GCHP to run in reverse mode for adjoint integration #1166

Closed
wants to merge 5 commits into from

Commits on Oct 31, 2021

  1. Allow MAPL to run in reverse with history alarms

    This commit adds code to allow the CapGridComp to run in reverse while maintaining
    the ability to trigger history alarms. This may also require a small bugfix in
    the ESMF 8.0 code.
    Colin Lee committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    14f1ba4 View commit details
    Browse the repository at this point in the history
  2. Removed ifdefs for reverse_step subroutine

    GMAO doesn't like preprocessor defines so I removed most of them but had
    forgotten to do the step_reverse function. This change fixes that.
    Colin Lee committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    ced717e View commit details
    Browse the repository at this point in the history
  3. Updated changelog to reflect reverse run changes

    Colin Lee committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    f5f351d View commit details
    Browse the repository at this point in the history
  4. Removed dead code

    I had made some changes in previous tests to get the reverse model running
    but forgot to remove these two.
    Colin Lee committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    689b686 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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