From 6d4d11fcc6718fa5ab79dbdd174b95afeadd4f55 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 21 Jun 2022 18:00:28 +0100 Subject: [PATCH] Testing: CCSDS const field nearest --- tests/grib_nearest_test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/grib_nearest_test.sh b/tests/grib_nearest_test.sh index 8d82917bb..4799d06aa 100755 --- a/tests/grib_nearest_test.sh +++ b/tests/grib_nearest_test.sh @@ -101,6 +101,11 @@ if [ $HAVE_AEC -eq 1 ]; then grep -q "103484" $temp ${tools_dir}/grib_ls -l 79.0,203.0,1 $input_grb > $temp grep -q "Grid Point chosen #2 index=4163 " $temp + + # Constant field + input_grb=${samp_dir}/ccsds_grib2.tmpl + ${tools_dir}/grib_get -l 0,0,1 $input_grb > $temp + grep -q "1" $temp fi