Skip to content

Commit

Permalink
ECC-1719: Fix levtypes and typeOfLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Nov 20, 2023
1 parent 6ba0eb0 commit ddc1d47
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions definitions/grib2/marsLevtypeConcept.def
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@
'sfc' = {typeOfFirstFixedSurface=177; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=188; typeOfSecondFixedSurface=189;}

'sfc' = {typeOfFirstFixedSurface=5; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=14; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=16; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=151;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=167;}
'sol' = {typeOfFirstFixedSurface=185; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=185; typeOfSecondFixedSurface=185;}
'sol' = {typeOfFirstFixedSurface=186; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=186; typeOfSecondFixedSurface=186;}
'sol' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=187;}
'sfc' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=185;}
10 changes: 10 additions & 0 deletions definitions/grib2/typeOfLevelConcept.def
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@
scaleFactorOfSecondFixedSurface=0; scaledValueOfSecondFixedSurface=0;}
'waterSurfaceToIsothermalOceanLayer' = {typeOfFirstFixedSurface=160; typeOfSecondFixedSurface=20;
scaledValueOfFirstFixedSurface=0; scaleFactorOfFirstFixedSurface=0;}

'totalSoilLayer' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=151;}
'rootZone' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=167;}
'roof' = {typeOfFirstFixedSurface=185; typeOfSecondFixedSurface=255;}
'roofLayer' = {typeOfFirstFixedSurface=185; typeOfSecondFixedSurface=185;}
'wall' = {typeOfFirstFixedSurface=186; typeOfSecondFixedSurface=255;}
'wallLayer' = {typeOfFirstFixedSurface=186; typeOfSecondFixedSurface=186;}
'road' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=255;}
'roadLayer' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=187;}
'urbanCanyon' = {typeOfFirstFixedSurface=187; typeOfSecondFixedSurface=185;}

0 comments on commit ddc1d47

Please sign in to comment.