Skip to content

Commit

Permalink
Update link_fixdirs.sh for latest location of new 'orog'
Browse files Browse the repository at this point in the history
directory.

Fixes #984.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 18, 2024
1 parent d213db6 commit dcd2fd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ pwd=$(pwd -P)
#--model fix fields
#------------------------------
if [ $machine = "hera" ]; then
# FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix"
FIX_DIR="/scratch1/NCEPDEV/global/glopara/TEST_FIX"
FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix"
elif [ $machine = "jet" ]; then
FIX_DIR="/lfs5/HFIP/hfv3gfs/glopara/git_lfs4/fv3gfs/fix"
elif [ $machine = "orion" -o $machine = "hercules" ]; then
Expand All @@ -60,7 +59,7 @@ elif [ $machine = "gaea" ]; then
fi

am_ver=${am_ver:-20220805}
orog_ver=${orog_ver:-20231027}
orog_ver=${orog_ver:-20240917}
sfc_climo_ver=${sfc_climo_ver:-20230925}

for dir in am orog sfc_climo; do
Expand Down

0 comments on commit dcd2fd9

Please sign in to comment.