ECC-1719: Fix levtypes and typeOfLevel

This commit is contained in:
Shahram Najm 2023-11-20 16:52:49 +00:00
parent 6ba0eb0f34
commit ddc1d47a6d
2 changed files with 22 additions and 0 deletions

View File

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

View File

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