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

Enable different coupled settings for ensemble #2030

Commits on Nov 16, 2023

  1. Enable different coupled settings for ensemble

    Preliminarily adds the ability to turn off some coupled components for
    the ensemble.
    
    To enable this, many settings are moved out of `config.fcst` and into
    `config.ufs` so they are calculated after any overrides of `DO_*` have
    been made. Some settings also had to be moved out of `config.base` for
    the same reason.
    
    The name of the nems configure template used is converted from a
    partial file name to the full file name. In anticipation of NOAA-EMC#1942, the
    filename is assigned to a variable named `ufs_configure_template`,
    though otherwise 'nems' is still used for filenames, etc.
    
    Refs NOAA-EMC#1692
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2a72f76 View commit details
    Browse the repository at this point in the history
  2. Mirror config changes for ensemble flexibility to GEFS

    Copies the changes made to accomodate different coupling for ensemble
    to the GEFS configs.
    
    Refs NOAA-EMC#1692
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    938c72b View commit details
    Browse the repository at this point in the history
  3. Replace nems cpl validation

    Removes the old cpl validation script since the nemsconfigure string
    is no longer used and replaces it with a check whether the specified
    template file is readable.
    
    Refs NOAA-EMC#1692
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6a25c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e5fb58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa879b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec3663 View commit details
    Browse the repository at this point in the history
  7. Add missing coupled configuration

    When creating the new cases to determine the nems configure template,
    one was missed.
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1f626e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    438881c View commit details
    Browse the repository at this point in the history
  9. Add missing export to aerosol variables

    The variables added to config.aero were not being exported, causing
    namelist construction to fail later.
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    322dd28 View commit details
    Browse the repository at this point in the history
  10. Remove overrides from config.aero

    The variables in `config.aero` are not set upstream, so there is no
    reason to allow pass-throughs.
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    dc6efcf View commit details
    Browse the repository at this point in the history
  11. Rename parm/ufs/chem to parm/ufs/gocart

    Renames the chem directory to gocart to be consistent with other
    components.
    WalterKolczynski-NOAA committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5883f78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3ea1b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    54f9628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8839b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5dc4f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f20dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4089413 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbf2de5 View commit details
    Browse the repository at this point in the history