mirror of https://github.com/ecmwf/eccodes.git
ECC-1836: GRIB2: Add correct unit to paramId 43
This commit is contained in:
parent
df5896e885
commit
7ac53385ae
|
@ -265,7 +265,7 @@
|
||||||
indicatorOfParameter = 42 ;
|
indicatorOfParameter = 42 ;
|
||||||
}
|
}
|
||||||
#Soil type
|
#Soil type
|
||||||
'~' = {
|
'(Code table 4.213)' = {
|
||||||
table2Version = 128 ;
|
table2Version = 128 ;
|
||||||
indicatorOfParameter = 43 ;
|
indicatorOfParameter = 43 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -226,7 +226,7 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
#Soil type
|
#Soil type
|
||||||
'~' = {
|
'(Code table 4.213)' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
parameterCategory = 3 ;
|
parameterCategory = 3 ;
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
|
|
Loading…
Reference in New Issue