mirror of https://github.com/ecmwf/eccodes.git
Testing: Octahedral
This commit is contained in:
parent
2a7bf810c5
commit
24bf6f1846
|
@ -33,4 +33,12 @@ if [ $HAVE_EXTRA_TESTS -eq 1 ]; then
|
||||||
[ "$numlines" = "6599681" ] # 1 + numberOfDataPoints
|
[ "$numlines" = "6599681" ] # 1 + numberOfDataPoints
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Regular Gaussian (no pl array)
|
||||||
|
input=${data_dir}/regular_gaussian_model_level.grib2
|
||||||
|
grib_check_key_equals $input isOctahedral 0
|
||||||
|
|
||||||
|
result=$( $tools_dir/grib_get -s Ni=missing -p isOctahedral $input )
|
||||||
|
[ $result -eq 0 ]
|
||||||
|
|
||||||
|
# Clean up
|
||||||
rm -f $temp
|
rm -f $temp
|
||||||
|
|
Loading…
Reference in New Issue