Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/retire_vrfy
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA authored Nov 17, 2023
2 parents 51b19f0 + 42c943b commit d329693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jobs/rocoto/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ module load prod_util
if [[ "${MACHINE_ID}" = "wcoss2" ]]; then
module load cray-pals
module load cfp
module load libjpeg
module load grib_util
else
# shellcheck disable=SC2154
export UTILROOT="${prod_util_ROOT}"
module load grib-util
fi
module load grib-util
module load wgrib2
export WGRIB2=wgrib2
# End hack
Expand Down

0 comments on commit d329693

Please sign in to comment.