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

Add staged CABLE driver for CABLE configurations #461

Merged
merged 20 commits into from
Sep 25, 2024
Merged

Commits on Jul 11, 2024

  1. Add CABLE-POP driver

    Whyborn committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c5fc237 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    31d4ed5 View commit details
    Browse the repository at this point in the history
  2. Added CablePOP model import

    Whyborn committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    50c3667 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Moved cablepop to staged_cable, now runs as desired.

    staged_cable driver works for running arbitrary staged CABLE spin-up configurations.
    Whyborn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0ad8500 View commit details
    Browse the repository at this point in the history
  2. Removed old cablepop.py

    Whyborn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f7dd775 View commit details
    Browse the repository at this point in the history
  3. PEP8 compliance

    Whyborn committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    153fe5f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Apply suggestions from PR

    Whyborn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    93eb0b1 View commit details
    Browse the repository at this point in the history
  2. Missed bracket

    Whyborn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2c7e03a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8928b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec3805 View commit details
    Browse the repository at this point in the history
  3. PEP8 compliance

    Whyborn committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    32fb769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e49167 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 23, 2024

  1. Added a get_further_restarts function to retrieve older restarts

    The files retrieved by get_prior_restart_files are automatically prepended by the experiment restart directory, which is the most recent restart. Adding '..' to redirect to the older restart directories is also not an option, as the generated links will inherit the same redirection. Also handed situation where user only provides a stage namelist, with no corresponding master.
    Whyborn committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    433814b View commit details
    Browse the repository at this point in the history
  2. Remove now-superfluous tests

    Whyborn committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a590186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1e091e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a8cf25 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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