ECC-1932: Test

This commit is contained in:
Shahram Najm 2024-10-09 14:01:29 +00:00
parent af2a7e67cc
commit 51c717e75d
1 changed files with 9 additions and 0 deletions

View File

@ -156,5 +156,14 @@ done
set -e
# -------------------------------
echo "ECC-1932"
# -------------------------------
tempGrib=temp.${label}.grib
sample1=$ECCODES_SAMPLES_PATH/GRIB1.tmpl
${tools_dir}/grib_set -s centre=egrr,indicatorOfParameter=167 $sample1 $tempGrib
grib_check_key_equals $tempGrib cfVarName t2m
rm -f $tempGrib
cd $test_dir
rm -fr $tempDir