Skip to content

Commit

Permalink
ECC-1908: GRIB1: Add new MARS levtype 'abstract levels'
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Aug 27, 2024
1 parent e44c395 commit 4a1539c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/grib1/typeOfLevel.def
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
'depthBelowSea' = {indicatorOfTypeOfLevel=160;}
'entireAtmosphere' = {indicatorOfTypeOfLevel=200;}
'entireOcean' = {indicatorOfTypeOfLevel=201;}
'abstractSingleLevel' = {indicatorOfTypeOfLevel=202;}
'abstractSingleLevel' = {indicatorOfTypeOfLevel=202; level=missing();}
'abstractMultipleLevels' = {indicatorOfTypeOfLevel=203;}
2 changes: 2 additions & 0 deletions definitions/grib2/template.4.reforecast.def
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 4a1539c

Please sign in to comment.