Skip to content

Commit

Permalink
Replace hardwired definitions of COPYGB, COPYGB2 and CNVGRIB
Browse files Browse the repository at this point in the history
by loading the grib-util module in the ice_blend regression
test script.

Fixes #977.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 10, 2024
1 parent 133f72e commit eed69c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reg_tests/ice_blend/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load wgrib2/2.0.8
module load grib-util/1.3.0
set +x
module list
set -x
Expand All @@ -51,9 +52,6 @@ if [ "$UPDATE_BASELINE" = "TRUE" ]; then
fi

export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export COPYGB=/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/intel/2021.5.0/grib-util-1.3.0-74mdurc/bin/copygb
export COPYGB2=/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/intel/2021.5.0/grib-util-1.3.0-74mdurc/bin/copygb2
export CNVGRIB=/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/intel/2021.5.0/grib-util-1.3.0-74mdurc/bin/cnvgrib

export HOMEreg=/lfs5/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/ice_blend

Expand Down

0 comments on commit eed69c0

Please sign in to comment.