From e5e33220ccdd0895080b18bfd1fef3c8457a4557 Mon Sep 17 00:00:00 2001 From: shahramn Date: Wed, 31 Jul 2024 10:37:03 +0100 Subject: [PATCH] ECC-1889: GRIB: Add new MARS type MPP --- definitions/mars/type.table | 1 + tests/grib_sub_hourly.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/definitions/mars/type.table b/definitions/mars/type.table index 1985ee678..edbfb16c3 100644 --- a/definitions/mars/type.table +++ b/definitions/mars/type.table @@ -74,3 +74,4 @@ 93 ppm Point value metrics 94 gwt Weather types 95 est Ensemble statistics +96 mpp Model physics perturbations diff --git a/tests/grib_sub_hourly.sh b/tests/grib_sub_hourly.sh index 0f543cb79..a7a47f69f 100755 --- a/tests/grib_sub_hourly.sh +++ b/tests/grib_sub_hourly.sh @@ -62,7 +62,7 @@ fi instantaneous_field=$data_dir/reduced_gaussian_surface.grib2 accumulated_field=$data_dir/reduced_gaussian_sub_area.grib2 -# ECC-18XX: Bad step initialisatino +# ECC-1855: Bad step initialisation ${tools_dir}/grib_set -s productDefinitionTemplateNumber=11,forecastTime=2184,indicatorOfUnitForForecastTime=1,lengthOfTimeRange=720,indicatorOfUnitForTimeRange=1,typeOfTimeIncrement=2,numberOfTimeRange=2 $accumulated_field $temp ${tools_dir}/grib_ls $temp grib_check_key_equals $temp "-p stepRange" "2184-2904"