ECC-467: JRA55: map indicatorOfTypeOfLevel=101 to mars.levtype='sfc'

This commit is contained in:
Shahram Najm 2017-04-21 17:37:15 +01:00
parent 3fa7be89e3
commit 41e8e5b06d
1 changed files with 6 additions and 0 deletions

View File

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