mirror of https://github.com/ecmwf/eccodes.git
Testing: GDS Present
This commit is contained in:
parent
3826d72024
commit
cf66422eee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue