Skip to content

Commit beca808

Browse files
Use copy of grib_util under Jet role account. (#608)
Compile a copy of grib_util under the Jet role account (the hpc-stack version of grib_util does not work). Previously, a local copy under my directory was being used. Update the ice_blend regression test script accordingly. Part of #600.
1 parent 3705dab commit beca808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reg_tests/ice_blend/driver.jet.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export DATA="${DATA}/reg-tests/ice-blend"
4242

4343
export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
4444
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2
45-
export COPYGB=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb
46-
export COPYGB2=/lfs4/HFIP/emcda/George.Gayno/ufs_utils.git/jet_port/grib_util/copygb2
45+
export COPYGB=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/grib_util/NCEPLIBS-grib_util/exec/bin/copygb
46+
export COPYGB2=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/grib_util/NCEPLIBS-grib_util/exec/bin/copygb2
4747
export CNVGRIB=/apps/cnvgrib/1.4.0/bin/cnvgrib
4848

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

0 commit comments

Comments
 (0)