Testing: Add test for accessor g1monthlydate

This commit is contained in:
Shahram Najm 2021-06-17 15:23:51 +01:00
parent 84e0d8b368
commit a3c701ed27
2 changed files with 26 additions and 0 deletions

View File

@ -100,6 +100,7 @@ if( HAVE_BUILD_TOOLS )
grib_grid_lambert_conformal
grib_grid_polar_stereographic
grib_grid_space_view
grib_g1monthlydate
grib_g1fcperiod)
# These tests do require data downloads

25
tests/grib_g1monthlydate.sh Executable file
View File

@ -0,0 +1,25 @@
#!/bin/sh
# (C) Copyright 2005- ECMWF.
#
# 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
label="grib_g1monthlydate"
sample_g1=$ECCODES_SAMPLES_PATH/GRIB1.tmpl
temp=temp.$label.grib
${tools_dir}/grib_set -s marsType=fc,marsStream=wamo $sample_g1 $temp
grib_check_key_equals $temp "mars.date,monthlyVerificationDate" "20060301 20060301"
${tools_dir}/grib_dump $temp
# Clean up
rm -f $temp