From 41e8e5b06dab72a4cc5cf33c39f9a68a269292b6 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 21 Apr 2017 17:37:15 +0100 Subject: [PATCH] ECC-467: JRA55: map indicatorOfTypeOfLevel=101 to mars.levtype='sfc' --- definitions/grib1/section.1.def | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/definitions/grib1/section.1.def b/definitions/grib1/section.1.def index 5a48e3ebb..be0f16c1f 100644 --- a/definitions/grib1/section.1.def +++ b/definitions/grib1/section.1.def @@ -236,6 +236,12 @@ alias mars.param = marsParam; if (centre == 34 && subCentre == 241) { alias mars.param = paramId; + + if (indicatorOfTypeOfLevel == 101) { + # See ECC-467 + constant sfc_levtype = "sfc"; + alias mars.levtype = sfc_levtype; + } } meta time.validityDate validity_date(dataDate,dataTime,step,stepUnits);