mirror of https://github.com/ecmwf/eccodes.git
GRIB-347 Grib2: Incorrect unitsOfSecondFixedSurface and nameOfSecondFixedSurface
This commit is contained in:
parent
5c281acd46
commit
38e613f4b8
|
@ -20,8 +20,8 @@ unsigned[4] scaledValueOfFirstFixedSurface = missing() : can_be_missing,dump,no
|
||||||
|
|
||||||
# Type of second fixed surface
|
# Type of second fixed surface
|
||||||
codetable[1] typeOfSecondFixedSurface ('4.5.table',masterDir,localDir) = 255 : dump,no_copy,edition_specific;
|
codetable[1] typeOfSecondFixedSurface ('4.5.table',masterDir,localDir) = 255 : dump,no_copy,edition_specific;
|
||||||
meta unitsOfSecondFixedSurface codetable_units(typeOfFirstFixedSurface) : dump;
|
meta unitsOfSecondFixedSurface codetable_units(typeOfSecondFixedSurface) : dump;
|
||||||
meta nameOfSecondFixedSurface codetable_title(typeOfFirstFixedSurface) : dump;
|
meta nameOfSecondFixedSurface codetable_title(typeOfSecondFixedSurface) : dump;
|
||||||
|
|
||||||
# Scale factor of second fixed surface
|
# Scale factor of second fixed surface
|
||||||
signed[1] scaleFactorOfSecondFixedSurface = missing() : can_be_missing,dump,no_copy,edition_specific;
|
signed[1] scaleFactorOfSecondFixedSurface = missing() : can_be_missing,dump,no_copy,edition_specific;
|
||||||
|
|
Loading…
Reference in New Issue