Skip to content

Commit

Permalink
abstract single/multiple levels added for GRIB1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdosinski committed Aug 22, 2024
1 parent 058c168 commit e7c496b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions definitions/grib1/local/ecmf/3.table
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
# 161-199Reserved
200 sfc Entire atmosphere considered as a single layer 0 (2 octets)
201 201 Entire ocean considered as a single layer 0 (2 octets)
202 al Abstract Single Level
203 al Abstract Multiple Level
# 202-209 Reserved
210 pl Isobaric surface (Pa) (ECMWF extension)
# 211-254 Reserved for local use
Expand Down
3 changes: 2 additions & 1 deletion definitions/grib1/section.1.def
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ if( indicatorOfTypeOfLevel == 109 ||
indicatorOfTypeOfLevel == 100 ||
indicatorOfTypeOfLevel == 110 ||
indicatorOfTypeOfLevel == 113 ||
indicatorOfTypeOfLevel == 117)
indicatorOfTypeOfLevel == 117 ||
indicatorOfTypeOfLevel == 203)
{
alias mars.levelist = level;
}
Expand Down
2 changes: 2 additions & 0 deletions definitions/grib1/typeOfLevel.def
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
'depthBelowSea' = {indicatorOfTypeOfLevel=160;}
'entireAtmosphere' = {indicatorOfTypeOfLevel=200;}
'entireOcean' = {indicatorOfTypeOfLevel=201;}
'abstractSingleLevel' = {indicatorOfTypeOfLevel=202;}
'abstractMultipleLevels' = {indicatorOfTypeOfLevel=203;}

0 comments on commit e7c496b

Please sign in to comment.