mirror of https://github.com/ecmwf/eccodes.git
Testing: GRIB1 data_dummy_field packing
This commit is contained in:
parent
cbd277dc64
commit
f3f8025d57
|
@ -103,6 +103,12 @@ set -e
|
||||||
grep -w "unreadable message" $fLog
|
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
|
#${tools_dir}/grib_copy -w count=1 -X 57143 $input $temp #Last msg
|
||||||
#r1=`${tools_dir}/grib_get -w count=37 -n ls $input`
|
#r1=`${tools_dir}/grib_get -w count=37 -n ls $input`
|
||||||
#r2=`${tools_dir}/grib_get -n ls $temp`
|
#r2=`${tools_dir}/grib_get -n ls $temp`
|
||||||
|
|
Loading…
Reference in New Issue