mirror of https://github.com/ecmwf/eccodes.git
GRIB-378: MARS STEP key is incorrectly defined for stream=EDMM and type=AN
This commit is contained in:
parent
f95ad80860
commit
5604366bd0
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue