mirror of https://github.com/ecmwf/eccodes.git
ECC-1908: GRIB1: Add new MARS levtype 'abstract levels'
This commit is contained in:
parent
e44c395356
commit
4a1539c5ce
|
@ -34,5 +34,5 @@
|
|||
'depthBelowSea' = {indicatorOfTypeOfLevel=160;}
|
||||
'entireAtmosphere' = {indicatorOfTypeOfLevel=200;}
|
||||
'entireOcean' = {indicatorOfTypeOfLevel=201;}
|
||||
'abstractSingleLevel' = {indicatorOfTypeOfLevel=202;}
|
||||
'abstractSingleLevel' = {indicatorOfTypeOfLevel=202; level=missing();}
|
||||
'abstractMultipleLevels' = {indicatorOfTypeOfLevel=203;}
|
||||
|
|
|
@ -12,5 +12,7 @@ unsigned[1] SecondOfModelVersion = 0: edition_specific;
|
|||
meta modelVersionDate g2date(YearOfModelVersion,MonthOfModelVersion,DayOfModelVersion) : dump;
|
||||
meta modelVersionTime time(HourOfModelVersion, MinuteOfModelVersion, SecondOfModelVersion) : dump;
|
||||
|
||||
alias referenceDate = modelVersionDate ;
|
||||
|
||||
remove isHindcast;
|
||||
constant isHindcast = 1;
|
||||
|
|
Loading…
Reference in New Issue