Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Operator runner improvements #128

Merged
merged 7 commits into from
Jun 20, 2023
Merged

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    0029e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2a54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    695ceda View commit details
    Browse the repository at this point in the history
  4. Allow operators to take arbitrary arguments

    This is needed to allow adding dummy arguments that only exist to chain other
    operators to run as sub-steps. An example of this is when wanting to produce
    output both as a NetCDF file, and a plot.
    jfrost-mo committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b73df3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    017978f View commit details
    Browse the repository at this point in the history
  6. Produce multiple outputs in test recipe

    This more closely matches the actual usage, and tests sub-step behaviour.
    jfrost-mo committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7804faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    686c3ba View commit details
    Browse the repository at this point in the history