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 a script to generate/edit output stream yaml files #2727

Merged
merged 18 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    3211c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2ba5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b92bfc3 View commit details
    Browse the repository at this point in the history
  4. EAMxx: fix corner case usage in atm_manip.py

    When appending to an empty array, avoid leading ','
    bartgol committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3927efd View commit details
    Browse the repository at this point in the history
  5. EAMxx: add more support to edit-output-stream script

    * Make some params case insensitive
    * Add arg for filename prefix
    bartgol committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c11f771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    667caa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a3f159 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    839b1a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    467a0eb View commit details
    Browse the repository at this point in the history
  10. EAMxx: avoid confusion in output testmods related to different env va…

    …rs names
    
    YAML_GEN and YAML_EDIT were both referring to the same script,
    so use a single env var
    bartgol committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    61f43aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b460a2b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c16d93a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f355aa2 View commit details
    Browse the repository at this point in the history
  14. EAMxx: change cime vars accepted by edit-output-stream

    Do not accept STOP_N/STOP_OPTION. These *do* change in an ERP/ERS test.
    Besides, these refer to when the run should stop, not when the output
    should be written.
    
    Instead, use HIST_N/HIST_OPTION, which are the same across both runs
    of an ERP/ERS test.
    bartgol committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2ee80f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    572f50d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c068a42 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3ab9a0f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9a0c6f8 View commit details
    Browse the repository at this point in the history