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 wave restart for cold start and add ic version file #3112

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Nov 19, 2024

  1. Fix wave restart for cold start

    The stage job was incorrectly putting wave restarts into the gfs
    directory. The forecast job looks for them in the gdas directory,
    so this is updated.
    
    Additionally, the restarts were also not being copied from the
    staged directory to `$DATA`, so now they are. The process is
    identical to that of non-RERUN warm starts, so the code is re-
    factored a bit to avoid duplication.
    
    Resolves NOAA-EMC#3109
    WalterKolczynski-NOAA committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    eb5f650 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    215a218 View commit details
    Browse the repository at this point in the history
  2. Add stage ic version file, update versions

    Adds a new vesion file for IC directories. Unlike other version
    files, this one uses an associative array instead of different
    variables.
    
    With the version file in place, the versions are updated on most
    of the directories to switch to the relocated wave restarts.
    
    Refs: NOAA-EMC#3109
    WalterKolczynski-NOAA committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    78cdbc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f41cf View commit details
    Browse the repository at this point in the history
  4. Add stage ic version file, update versions

    Adds a new vesion file for IC directories. Unlike other version
    files, this one uses an associative array instead of different
    variables.
    
    With the version file in place, the versions are updated on most
    of the directories to switch to the relocated wave restarts.
    
    Refs: NOAA-EMC#3109
    WalterKolczynski-NOAA committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ae93389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f57b580 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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

Commits on Nov 25, 2024

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

Commits on Nov 26, 2024

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