mirror of https://github.com/ecmwf/eccodes.git
ECC-557: Class=l5: set mars.step=endStep for streams mnth/edmm/wamo/ewmm
This commit is contained in:
parent
4ebfaad862
commit
9ca7b82e28
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue