GRIB-378: MARS STEP key is incorrectly defined for stream=EDMM and type=AN

This commit is contained in:
Shahram Najm 2013-06-04 10:35:05 +01:00
parent f95ad80860
commit 5604366bd0
2 changed files with 6 additions and 5 deletions

View File

@ -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;

View File

@ -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;