mirror of https://github.com/ecmwf/eccodes.git
GRIB-372: Some surface data in GRIB Edition 2 appear to have mars.levelist, when it should not
This commit is contained in:
parent
009979641d
commit
73b616e702
|
@ -118,6 +118,10 @@ if (extraDim) {
|
|||
}
|
||||
}
|
||||
alias mars.levtype = typeOfFirstFixedSurface;
|
||||
# GRIB-372: levelist alias does not pertain to surface parameters
|
||||
if (levtype is "sfc") {
|
||||
unalias mars.levelist;
|
||||
}
|
||||
}
|
||||
alias ls.typeOfLevel=typeOfLevel;
|
||||
|
||||
|
|
Loading…
Reference in New Issue