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

Fix bug related to name clashing in output streams #2986

Merged
merged 6 commits into from
Oct 4, 2024

Commits on Sep 30, 2024

  1. EAMxx: always use output control specs for creating the rhist file name

    This avoid clashing of streams with same prefix, but different freq specs
    bartgol committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cefaf92 View commit details
    Browse the repository at this point in the history
  2. EAMxx: fix how we find filename in rpointer

    * We must consider avg type and output freq specs, to avoid name clashing
    * Since rhist filename contains output control specs, no need to check
      that freq/freq_units/avg_type are unchanged upon restart: if rhist file
      is found, they are ok.
    bartgol committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e540ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8705df View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. EAMxx: fix handling of ranks in filename

    Do not expose option in YAML files anymore. Instead:
    - for standalone: always add ranks to filename
    - for CIME tests: never add ranks to filename
    bartgol committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    51b4bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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