mirror of https://github.com/ecmwf/eccodes.git
treat the new o2d levtype the same than sfc, i.e. no levelist
This commit is contained in:
parent
e4886738ba
commit
102b5b7c30
|
@ -76,7 +76,7 @@ if (extraDim) {
|
|||
}
|
||||
concept mars.levtype (unknown,"marsLevtypeConcept.def",conceptsDir2,conceptsDir1):no_copy;
|
||||
# GRIB-372: levelist alias does not pertain to surface parameters
|
||||
if (levtype is "sfc") {
|
||||
if (levtype is "sfc" || levtype is "o2d") {
|
||||
unalias mars.levelist;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue