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

Run in reverse to support adjoint calculation #12

Merged
merged 2 commits into from
Oct 6, 2021

Commits on Jul 20, 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 Jul 20, 2021
    Configuration menu
    Copy the full SHA
    cb1149d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. 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 Jul 27, 2021
    Configuration menu
    Copy the full SHA
    04efad1 View commit details
    Browse the repository at this point in the history