From f985cf7806968df60397aa758111dbef2fa866c9 Mon Sep 17 00:00:00 2001 From: shahramn Date: Mon, 26 Aug 2024 15:44:44 +0100 Subject: [PATCH] Testing: Conversion to grib2 with GRIBEX mode --- tests/grib1to2.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/grib1to2.sh b/tests/grib1to2.sh index d050c32ff..46a73ecd6 100755 --- a/tests/grib1to2.sh +++ b/tests/grib1to2.sh @@ -116,6 +116,10 @@ sample_g1=$ECCODES_SAMPLES_PATH/GRIB1.tmpl output=temp.grib1to2.grib ECCODES_DEBUG=-1 ${tools_dir}/grib_set -s edition=2 $sample_g1 $output +# -G option +sample_g1=$ECCODES_SAMPLES_PATH/GRIB1.tmpl +${tools_dir}/grib_set -G -s edition=2 $sample_g1 $temp2 + # Clean up rm -f $output