ECC-1746: GRIB2 template 4.34: Incorrect values for 'time' namespace

This commit is contained in:
Shahram Najm 2024-01-15 12:12:01 +00:00
parent cc83c34c1a
commit 3ff619c7f7
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,6 @@
include "grib2/template.4.parameter.def"
include "grib2/template.4.generating_process.def"
include "grib2/template.4.forecast_time.def"
include "grib2/template.4.point_in_time.def"
include "grib2/template.4.satellite.def"
include "grib2/template.4.eps.def"
include "grib2/template.4.statistical.def"

View File

@ -32,6 +32,12 @@ awk '$1 !~ /#/ && $1 < 65000 {print $1}' $latest_codetable_file | while read pdt
fi
done
# ECC-1746
# -------------
$tools_dir/grib_set -s tablesVersion=31,productDefinitionTemplateNumber=34 $sample2 $temp
$tools_dir/grib_ls -j -n time $temp > $tempText
grep -q "stepRange.: 0," $tempText
grep -q "validityDate.: 20070323," $tempText
# Template 4.86
# -------------