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

Orog fix file reorg and fix directory variable standardization #2181

Merged

Commits on Nov 6, 2023

  1. Update resolution path for yaml fix files

    Update the paths for fix files in the land and ocean
    yaml template files to use the new reorganized orog
    resolution subfolder.
    
    Refs NOAA-EMC#1981
    KateFriedman-NOAA committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b688813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78d110 View commit details
    Browse the repository at this point in the history
  3. Updates for orog reorg in forecast script

    - Move OROFIX and FIX_SFC path settings earlier so OROFIX can be used
    to define a path above where it was previously set.
    - Replace "${FIX_DIR}/orog/${CASE}" with "${OROFIX}".
    - Update filename for orog data tile files.
    
    Refs NOAA-EMC#1981
    KateFriedman-NOAA committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b8075d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    514ab00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78282f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    4601ec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d671e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 17, 2023

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

Commits on Nov 27, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

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

Commits on Dec 11, 2023

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

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    9c2f5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0fbe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6a06581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84179d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    3edeaba View commit details
    Browse the repository at this point in the history
  2. Correct the FIXwave setting in wave scripts

    Either change "fix_wave_${NET}" to "wave" or
    add missing "wave" where missing.
    
    Refs NOAA-EMC#2175
    KateFriedman-NOAA committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    463cd4b View commit details
    Browse the repository at this point in the history
  3. Consolidate CRTM_FIX as CRTM fix variable

    - Change "RTMFIX" and "FIXCRTM" to be "CRTM_FIX";
    which is the variable set by the CRTM module.
    
    Refs NOAA-EMC#2175
    KateFriedman-NOAA committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2efa43d View commit details
    Browse the repository at this point in the history
  4. Update variables within fixed files yamls

    - Change "FIX_orog" to "FIXorog"
    - Change "atm_res" to "CASE"
    - Change "ocn_res" to "OCNRES"
    
    Refs NOAA-EMC#2175
    KateFriedman-NOAA committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6440fe1 View commit details
    Browse the repository at this point in the history
  5. Add standardized FIX* variables to config.base

    Pulled some FIX* directory variables out of scripts
    and into config.base for exporting.
    
    Refs NOAA-EMC#2175
    KateFriedman-NOAA committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4b5b682 View commit details
    Browse the repository at this point in the history
  6. Fix directory variable and oro_data file updates

    - Replace "FIXfv3" with "FIXorog"
    - Replace "FIXgsm" with "FIXam"
    - Replace "FIXSYND" with "FIXam"
    - Replace "FIX_DIR" with "FIXgfs"
    - Replace "FIX_SFC" with "FIXsfc"
    - Replace "${FIX_DIR}/cpl" with "${FIXcpl}"
    - Replace "${FIX_DIR}/lut" with "${FIXlut}"
    - Replace "${FIX_DIR}/aer" with "${FIXaer}"
    - Add ".mx${OCNRES}" orography oro_data filenames
    
    Refs NOAA-EMC#2175
    Refs NOAA-EMC#1981
    KateFriedman-NOAA committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7c5464f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f463f1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a831e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    5a85e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37fc9b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d396a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186a64e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Update UFS_UTILS hash to ce385ce

    New hash includes updates for orog fix file
    reorganization.
    
    Refs NOAA-EMC#1981
    KateFriedman-NOAA committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    40c3ae8 View commit details
    Browse the repository at this point in the history