Testing: add test for g1date when yearOfCentury=255,day=255

This commit is contained in:
Shahram Najm 2022-02-18 13:30:38 +00:00
parent 23726e78be
commit 9e9c863bb7
1 changed files with 6 additions and 2 deletions

View File

@ -15,15 +15,19 @@ 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
# Date as string with month names
# --------------------------------
# Year missing
${tools_dir}/grib_set -s yearOfCentury=255 $sample_g1 $temp
grib_check_key_equals $temp "dataDate:s" "mar-16"
# Year and day missing
${tools_dir}/grib_set -s yearOfCentury=255,day=255 $sample_g1 $temp
grib_check_key_equals $temp "dataDate:s" "mar"
# Clean up