mirror of https://github.com/ecmwf/eccodes.git
ECC-1746: GRIB2 template 4.34: Incorrect values for 'time' namespace
This commit is contained in:
parent
cc83c34c1a
commit
3ff619c7f7
|
@ -5,7 +5,6 @@
|
||||||
include "grib2/template.4.parameter.def"
|
include "grib2/template.4.parameter.def"
|
||||||
include "grib2/template.4.generating_process.def"
|
include "grib2/template.4.generating_process.def"
|
||||||
include "grib2/template.4.forecast_time.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.satellite.def"
|
||||||
include "grib2/template.4.eps.def"
|
include "grib2/template.4.eps.def"
|
||||||
include "grib2/template.4.statistical.def"
|
include "grib2/template.4.statistical.def"
|
||||||
|
|
|
@ -32,6 +32,12 @@ awk '$1 !~ /#/ && $1 < 65000 {print $1}' $latest_codetable_file | while read pdt
|
||||||
fi
|
fi
|
||||||
done
|
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
|
# Template 4.86
|
||||||
# -------------
|
# -------------
|
||||||
|
|
Loading…
Reference in New Issue