treat the new o2d levtype the same than sfc, i.e. no levelist

This commit is contained in:
Sebastien Villaume 2021-10-07 16:40:35 +01:00
parent e4886738ba
commit 102b5b7c30
1 changed files with 1 additions and 1 deletions

View File

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