From f3f8025d574a6674fe44863b2246fc372ed8a319 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 10 Jan 2024 16:20:12 +0000 Subject: [PATCH] Testing: GRIB1 data_dummy_field packing --- tests/grib_copy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/grib_copy.sh b/tests/grib_copy.sh index 79546fb54..1aeac80e6 100755 --- a/tests/grib_copy.sh +++ b/tests/grib_copy.sh @@ -103,6 +103,12 @@ set -e grep -w "unreadable message" $fLog +#------------------------------------------------------------------- +echo "Test: dummy field ..." +#------------------------------------------------------------------- +input=${data_dir}/missing_field.grib1 +${tools_dir}/grib_copy -r $input $temp + #${tools_dir}/grib_copy -w count=1 -X 57143 $input $temp #Last msg #r1=`${tools_dir}/grib_get -w count=37 -n ls $input` #r2=`${tools_dir}/grib_get -n ls $temp`