Skip to content

Commit

Permalink
Adjust modules in post.sh for WCOSS2 (#2079)
Browse files Browse the repository at this point in the history
On WCOSS2 the grib_util module is named a bit different and
needs the libjpeg module loaded beforehand.
  • Loading branch information
KateFriedman-NOAA committed Nov 17, 2023
1 parent cd4e6a1 commit 42c943b
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 42c943b

Please sign in to comment.