From cf66422eee6667e6143b41ef924fdf837efa27e9 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 26 Dec 2023 20:05:56 +0000 Subject: [PATCH] Testing: GDS Present --- tests/grib_set.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/grib_set.sh b/tests/grib_set.sh index 8635c77d8..ccfb2538c 100755 --- a/tests/grib_set.sh +++ b/tests/grib_set.sh @@ -99,6 +99,11 @@ grib_check_key_equals $input 'typeOfProcessedData:i' '2' ${tools_dir}/grib_set -s typeOfProcessedData=rubbish $input $outfile grib_check_key_equals $outfile 'typeOfProcessedData:i' '255' # set to default +# GDSPresent +# ------------ +input=$ECCODES_SAMPLES_PATH/GRIB1.tmpl +${tools_dir}/grib_set -s GDSPresent=1 $input $outfile + # Clean up rm -f $outfile $temp