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

Support coupled GEFS forecast, use mem000 for GEFS control #1755

Merged

Commits on Jul 18, 2023

  1. Support coupled GEFS forecast, use mem000 for GEFS control

    Makes the necessary updates to allow the workflow to run (non-wave) coupled
    forecasts. Some of the coupled functions in postdet had to be updated because
    they only checked for gfs and gdas runs, so necessary code was never executed.
    
    Also updates so that the GEFS control uses `mem000` as the memdir so it
    appears at the same level as the perturbed members. Relatedly, the default
    member number in coupled files is changed to 000 instead of 01.
    
    Finally, an unrelated error in the earc job is corrected where a character
    from the middle of the line was moved to the beginning.
    
    Resolves NOAA-EMC#1754
    WalterKolczynski-NOAA committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    74d9c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765fa99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94b8ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b24086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc4a02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cec767 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Replace GEFS version of coupled configs with symlinks

    Since the files are identical replace the component config files for
    GEFS with links to the GFS versions.
    
    Refs NOAA-EMC#1754
    WalterKolczynski-NOAA committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a2e84fd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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