ECC-557: Class=l5: set mars.step=endStep for streams mnth/edmm/wamo/ewmm

This commit is contained in:
Shahram Najm 2017-10-11 16:37:28 +01:00
parent 4ebfaad862
commit 9ca7b82e28
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ meta monthlyVerificationMonth evaluate( (monthlyVerificationDate/100)%100 );
# See GRIB-422, GRIB-497, GRIB-833
#
if (class is "em" || class is "e2" || class is "ea" || class is "ep" ||
class is "rd" || class is "mc" || class is "et")
class is "rd" || class is "mc" || class is "et" || class is "l5")
{
alias mars.step = endStep;
}

View File

@ -12,7 +12,7 @@ meta monthlyVerificationMonth evaluate( (monthlyVerificationDate/100)%100 );
# See GRIB-422, GRIB-497, GRIB-766, GRIB-833
#
if (class is "em" || class is "e2" || class is "ea" || class is "ep" ||
class is "rd" || class is "mc" || class is "et")
class is "rd" || class is "mc" || class is "et" || class is "l5")
{
alias mars.step = endStep;
}

View File

@ -11,7 +11,7 @@ meta monthlyVerificationMonth evaluate( (monthlyVerificationDate/100)%100 );
# See GRIB-497, GRIB-766, GRIB-833
#
if (class is "em" || class is "e2" || class is "ea" || class is "ep" ||
class is "rd" || class is "mc" || class is "et")
class is "rd" || class is "mc" || class is "et" || class is "l5")
{
alias mars.step = endStep;
}

View File

@ -12,7 +12,7 @@ meta monthlyVerificationMonth evaluate( (monthlyVerificationDate/100)%100 );
# See GRIB-497, GRIB-766, GRIB-833
#
if (class is "em" || class is "e2" || class is "ea" || class is "ep" ||
class is "rd" || class is "mc" || class is "et")
class is "rd" || class is "mc" || class is "et" || class is "l5")
{
alias mars.step = endStep;
}