eccodes/tests/grib_md5.sh

30 lines
1.0 KiB
Bash
Executable File

#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
#
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
#
. ./include.sh
test_md5()
{
file=$ECCODES_SAMPLES_PATH/$1
expected=$2
result=`${tools_dir}/grib_get -p md5GridSection:s $file`
[ "$result" = "$expected" ]
}
#######################################################################
# GRIB edition 1
test_md5 "sh_sfc_grib1.tmpl" "5b68b3d2c6e834fd501a123391b6b8a2"
test_md5 "sh_pl_grib1.tmpl" "5b68b3d2c6e834fd501a123391b6b8a2"
test_md5 "gg_sfc_grib1.tmpl" "97451fbe92a77bdeb4582fadc9b65e9d"
# GRIB edition 2
test_md5 "sh_sfc_grib2.tmpl" "b10d32ebf4f91e52df0fc5d1deb57c3d"
test_md5 "rotated_ll_pl_grib2.tmpl" "775bd4622d6becca2d2da9e308c97a7d"
test_md5 "gg_sfc_grib2.tmpl" "a63333bd3cb80563e66907bb66d82cda"