2013-03-25 12:04:10 +00:00
|
|
|
#!/bin/sh
|
2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2015-01-26 15:50:33 +00:00
|
|
|
tempLog=temp.ls.log
|
|
|
|
rm -f $tempLog
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
cd ${data_dir}
|
|
|
|
infile=regular_gaussian_model_level.grib1
|
|
|
|
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls -P count $infile > $tempLog
|
|
|
|
${tools_dir}/grib_ls -p count,step $infile >> $tempLog
|
|
|
|
${tools_dir}/grib_ls $infile >> $tempLog
|
|
|
|
${tools_dir}/grib_ls -l 0,0,1 $infile >> $tempLog
|
|
|
|
${tools_dir}/grib_get -l 0,0,1 $infile >> $tempLog
|
|
|
|
${tools_dir}/grib_get -p count,step $infile >> $tempLog
|
|
|
|
${tools_dir}/grib_get -P count $infile >> $tempLog
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
files=" reduced_gaussian_lsm.grib1
|
|
|
|
reduced_gaussian_model_level.grib1
|
|
|
|
reduced_gaussian_model_level.grib2
|
|
|
|
reduced_gaussian_pressure_level.grib1
|
|
|
|
reduced_gaussian_pressure_level.grib2
|
|
|
|
reduced_gaussian_pressure_level_constant.grib1
|
|
|
|
reduced_gaussian_pressure_level_constant.grib2
|
|
|
|
reduced_gaussian_sub_area.grib1
|
|
|
|
reduced_gaussian_sub_area.grib2
|
|
|
|
reduced_gaussian_surface.grib1
|
|
|
|
reduced_gaussian_surface.grib2
|
|
|
|
reduced_latlon_surface.grib1
|
|
|
|
reduced_latlon_surface.grib2
|
|
|
|
regular_gaussian_model_level.grib1
|
|
|
|
regular_gaussian_model_level.grib2
|
|
|
|
regular_gaussian_pressure_level.grib1
|
|
|
|
regular_gaussian_pressure_level.grib2
|
|
|
|
regular_gaussian_pressure_level_constant.grib1
|
|
|
|
regular_gaussian_pressure_level_constant.grib2
|
|
|
|
regular_gaussian_surface.grib1
|
|
|
|
regular_gaussian_surface.grib2
|
|
|
|
regular_latlon_surface.grib1
|
|
|
|
regular_latlon_surface.grib2
|
|
|
|
"
|
|
|
|
|
|
|
|
for file in $files
|
2013-11-13 12:49:54 +00:00
|
|
|
do
|
|
|
|
[ -f "$file" ]
|
2015-01-26 15:50:33 +00:00
|
|
|
echo $file >> $tempLog
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls -l 40,28 $file | grep index | awk '{print $4;}' >> $tempLog
|
2013-03-25 12:04:10 +00:00
|
|
|
done
|
|
|
|
|
2015-01-26 15:50:33 +00:00
|
|
|
diff $tempLog ls.log
|
|
|
|
rm -f $tempLog
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# Test for bug GRIB-56
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_set -s typeOfLevel=depthBelowLandLayer,topLevel=missing regular_latlon_surface.grib1 tmp_rlls.grib1
|
|
|
|
${tools_dir}/grib_ls -plevels tmp_rlls.grib1 | grep MISSING>/dev/null
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_set -s typeOfLevel=depthBelowLandLayer,bottomLevel=missing regular_latlon_surface.grib1 tmp_rlls.grib1
|
|
|
|
${tools_dir}/grib_ls -plevels tmp_rlls.grib1 | grep MISSING>/dev/null
|
2017-11-30 17:49:46 +00:00
|
|
|
rm -f tmp_rlls.grib1
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# GRIB-305. GRIB edition 1 file with one large message
|
|
|
|
if [ -f "sst_globus0083.grib" ]; then
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls sst_globus0083.grib > /dev/null
|
2013-03-25 12:04:10 +00:00
|
|
|
fi
|
|
|
|
|
2013-06-17 16:53:16 +00:00
|
|
|
# GRIB-387 printing key of type byte
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls -p uuidOfVGrid test_uuid.grib2 > /dev/null
|
2013-06-17 16:53:16 +00:00
|
|
|
|
2017-02-03 14:21:24 +00:00
|
|
|
type=`${tools_dir}/grib_get -wcount=1 -p typeOfLevel test_uuid.grib2`
|
2014-03-25 11:12:01 +00:00
|
|
|
[ "$type" = "generalVertical" ]
|
|
|
|
|
2015-12-30 18:42:14 +00:00
|
|
|
# GRIB-213 nearest with land-sea mask
|
|
|
|
temp_ls=test.grib-213.temp
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls -l 85,13,1,reduced_gaussian_lsm.grib1 reduced_gaussian_surface.grib1 >$temp_ls
|
2015-12-30 18:42:14 +00:00
|
|
|
grep -q 'Point chosen #3 index=21 .* distance=11\.' $temp_ls
|
2015-12-30 18:54:50 +00:00
|
|
|
|
2017-02-03 14:21:24 +00:00
|
|
|
${tools_dir}/grib_ls -l 53,2,1,reduced_gaussian_lsm.grib1 reduced_gaussian_surface.grib1 >$temp_ls
|
2015-12-30 18:54:50 +00:00
|
|
|
grep -q 'Point chosen #2 index=749 .* distance=204\.' $temp_ls
|
|
|
|
|
|
|
|
|
2018-11-07 17:42:25 +00:00
|
|
|
# ECC-278: grib_ls -n namespace
|
|
|
|
${tools_dir}/grib_ls -n geography $ECCODES_SAMPLES_PATH/reduced_ll_sfc_grib2.tmpl
|
|
|
|
${tools_dir}/grib_ls -n data $ECCODES_SAMPLES_PATH/GRIB1.tmpl
|
|
|
|
|
2019-01-03 12:06:44 +00:00
|
|
|
# Angle subdivisions
|
|
|
|
grib_check_key_equals $ECCODES_SAMPLES_PATH/GRIB1.tmpl angleSubdivisions 1000
|
|
|
|
grib_check_key_equals $ECCODES_SAMPLES_PATH/GRIB2.tmpl angleSubdivisions 1000000
|
|
|
|
|
2021-12-09 18:53:24 +00:00
|
|
|
# Print 'offset' key as string
|
|
|
|
${tools_dir}/grib_ls -p offset:s tigge_cf_ecmwf.grib2
|
|
|
|
|
|
|
|
|
2018-11-07 17:42:25 +00:00
|
|
|
rm -f $temp_ls
|