From 5604366bd05dfd1f593622f4c74925bb26445bd4 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 4 Jun 2013 10:35:05 +0100 Subject: [PATCH] GRIB-378: MARS STEP key is incorrectly defined for stream=EDMM and type=AN --- definitions/mars/grib1.edmm.an.def | 4 +++- definitions/mars/grib1.edmo.an.def | 7 +++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/definitions/mars/grib1.edmm.an.def b/definitions/mars/grib1.edmm.an.def index 601cee6df..c0cd1875f 100644 --- a/definitions/mars/grib1.edmm.an.def +++ b/definitions/mars/grib1.edmm.an.def @@ -1,4 +1,6 @@ # class e4 -alias mars.step = endStep; + +# NOTE: MARS step is startStep. See GRIB-378 +alias mars.step = startStep; alias mars.number=perturbationNumber; diff --git a/definitions/mars/grib1.edmo.an.def b/definitions/mars/grib1.edmo.an.def index f2bcb9ad4..30b1ce983 100644 --- a/definitions/mars/grib1.edmo.an.def +++ b/definitions/mars/grib1.edmo.an.def @@ -1,8 +1,7 @@ -# NOTE: step is startStep +# NOTE: MARS step is startStep. See GRIB-378 +alias mars.step = startStep; -alias mars.step = endStep; - -# Only ERA15 has time and step +# Only ERA15 has time and step. class 3 means REANALYSE if(class != 3) { unalias mars.time; unalias mars.step;