mirror of https://github.com/ecmwf/eccodes.git
ECC-467: JRA55: map indicatorOfTypeOfLevel=101 to mars.levtype='sfc'
This commit is contained in:
parent
3fa7be89e3
commit
41e8e5b06d
|
@ -236,6 +236,12 @@ alias mars.param = marsParam;
|
|||
if (centre == 34 && subCentre == 241)
|
||||
{
|
||||
alias mars.param = paramId;
|
||||
|
||||
if (indicatorOfTypeOfLevel == 101) {
|
||||
# See ECC-467
|
||||
constant sfc_levtype = "sfc";
|
||||
alias mars.levtype = sfc_levtype;
|
||||
}
|
||||
}
|
||||
|
||||
meta time.validityDate validity_date(dataDate,dataTime,step,stepUnits);
|
||||
|
|
Loading…
Reference in New Issue