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

Update MARBL #70

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on May 13, 2022

  1. Update to MARBL driver due to MARBL API update

    Cleaned up how the GCM interacts with some diagnostic attributes
    mnlevy1981 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    168d4fa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. set compute_now for MARBL diagnostics

    The first time ecosys_driver_set_compute_now() is called, it loops through all
    of the MARBL diagnostics and sets compute_now = set_in_tavg_contents() for that
    diagnostic.
    
    Note that we use set_in_tavg_contents() instead of accumulate_now() because we
    need to set compute_now flags before the time manager is set up, and
    accumulate_now() returns False for all diagnostics at that stage.
    mnlevy1981 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5cfdbfb View commit details
    Browse the repository at this point in the history