From c15df25139d45f59b60299a0eb51c96dc3c1498f Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 20 Feb 2019 13:29:11 +0000 Subject: [PATCH] ECC-600: Fix test --- tests/grib_ecc-600.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/grib_ecc-600.sh b/tests/grib_ecc-600.sh index 7958d22e2..74141cecf 100755 --- a/tests/grib_ecc-600.sh +++ b/tests/grib_ecc-600.sh @@ -12,16 +12,16 @@ set -u # --------------------------------------------------------- # This is the test for the JIRA issue ECC-600. -# Nearest neighbour for rotated grids +# Nearest neighbour for rotated lat/lon grids. # --------------------------------------------------------- label="grib_ecc-600-test" tempOut=temp.${label}.out tempGrib=temp.${label}.grib -tigge=${data_dir}/tiggelam_cnmc_sfc.grib +input=${data_dir}/tigge/tiggelam_cnmc_sfc.grib ${tools_dir}/grib_copy -w count=4 $input $tempGrib -${tools_dir}/grib_ls -l 40,0,1 $tempGrib > $tempOut +${tools_dir}/grib_ls -l 40,0,1 $tempGrib > $tempOut grep -q "Grid Point chosen #3 index=54294 latitude=39.98 longitude=0.00 distance=2.03 (Km)" $tempOut ${tools_dir}/grib_ls -l 50,-10,1 $tempGrib > $tempOut