Skip to content

Commit

Permalink
Add PACKAGEROOT to ./scripts/exemcsfc_global_sfc_prep.sh.
Browse files Browse the repository at this point in the history
Fixes #897.
  • Loading branch information
GeorgeGayno-NOAA committed Feb 21, 2024
1 parent 733996b commit 01f43b6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/exemcsfc_global_sfc_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ then
set -x
fi

# path names
export envir=${envir:-"prod"}
export NWROOT=${NWROOT:-"/nw${envir}"}

RUN=${RUN:-"gfs"}

export HOMEgfs=${HOMEgfs:-$NWROOT/gfs.${gfs_ver:?}}
export PACKAGEROOT=${PACKAGEROOT:-/lfs/h1/ops/prod/packages}
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver:?}}
export USHgfs=${USHgfs:-$HOMEgfs/ush}
export FIXgfs=${FIXgfs:-$HOMEgfs/fix}
export EXECgfs=${EXECgfs:-$HOMEgfs/exec}
Expand Down

0 comments on commit 01f43b6

Please sign in to comment.