Skip to content

Commit

Permalink
Use latest wgrib2 executable on Jet. (#816)
Browse files Browse the repository at this point in the history
Update the ice blend and snow regression tests to use the latest 
version of the wgrib2 executable (not library) on Jet.

Fixes #780.
  • Loading branch information
GeorgeGayno-NOAA authored May 1, 2023
1 parent d0040d5 commit b04c1a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion reg_tests/ice_blend/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load gnu/9.2.0
module load wgrib2/3.1.1_ncep
set +x
module list
set -x

export DATA="${WORK_DIR:-/lfs4/HFIP/emcda/$LOGNAME/stmp}"
export DATA="${DATA}/reg-tests/ice-blend"
Expand All @@ -48,7 +52,7 @@ if [ "$UPDATE_BASELINE" = "TRUE" ]; then
fi

export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2
export WGRIB2=${WGRIB2_ROOT}/bin/wgrib2
export COPYGB=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/grib_util/NCEPLIBS-grib_util/exec/bin/copygb
export COPYGB2=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/grib_util/NCEPLIBS-grib_util/exec/bin/copygb2
export CNVGRIB=/apps/cnvgrib/1.4.0/bin/cnvgrib
Expand Down
6 changes: 5 additions & 1 deletion reg_tests/snow2mdl/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ set -x
source ../../sorc/machine-setup.sh > /dev/null 2>&1
module use ../../modulefiles
module load build.$target.intel
module load gnu/9.2.0
module load wgrib2/3.1.1_ncep
set +x
module list
set -x

DATA_ROOT="${WORK_DIR:-/lfs4/HFIP/emcda/$LOGNAME/stmp}"
DATA_ROOT="${DATA_ROOT}/reg-tests/snow2mdl"
Expand All @@ -46,7 +50,7 @@ fi
export HOMEreg=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/snow2mdl
export HOMEgfs=$PWD/../..
export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2
export WGRIB2=${WGRIB2_ROOT}/bin/wgrib2

rm -fr $DATA_ROOT

Expand Down

0 comments on commit b04c1a9

Please sign in to comment.