From f7fe36b2cf60a6ef249b56dcd767187332199a6f Mon Sep 17 00:00:00 2001 From: Sebastien Villaume Date: Wed, 31 Jul 2024 10:10:58 +0100 Subject: [PATCH] unalias levtype and levelist for enda/mpp and elda/mpp --- definitions/mars/grib.elda.mpp.def | 3 +++ definitions/mars/grib.enda.mpp.def | 3 +++ 2 files changed, 6 insertions(+) diff --git a/definitions/mars/grib.elda.mpp.def b/definitions/mars/grib.elda.mpp.def index ce5e03eaf..ae2eef11e 100644 --- a/definitions/mars/grib.elda.mpp.def +++ b/definitions/mars/grib.elda.mpp.def @@ -1,2 +1,5 @@ alias mars.anoffset=offsetToEndOf4DvarWindow; alias mars.number=perturbationNumber; + +unalias mars.levtype; +unalias mars.levelist; diff --git a/definitions/mars/grib.enda.mpp.def b/definitions/mars/grib.enda.mpp.def index 4af93e55d..53a837ed2 100644 --- a/definitions/mars/grib.enda.mpp.def +++ b/definitions/mars/grib.enda.mpp.def @@ -1 +1,4 @@ alias mars.number=perturbationNumber; + +unalias mars.levtype; +unalias mars.levelist;