GRIB-372: Some surface data in GRIB Edition 2 appear to have mars.levelist, when it should not

This commit is contained in:
Shahram Najm 2013-05-23 11:09:11 +01:00
parent 009979641d
commit 73b616e702
1 changed files with 4 additions and 0 deletions

View File

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