mirror of https://github.com/ecmwf/eccodes.git
Comments added
This commit is contained in:
parent
a773196186
commit
de090fd224
|
@ -9,9 +9,9 @@
|
|||
|
||||
flags[1] scanningMode 'grib2/tables/[tablesVersion]/3.4.table' : edition_specific,no_copy ;
|
||||
|
||||
# Not flagbit numbers 7 to 0, while wmo is 1 to 8
|
||||
flagbit iScansNegatively(scanningMode,7) : dump;
|
||||
flagbit jScansPositively(scanningMode,6) : dump;
|
||||
# Note our flagbit numbers go from 7 to 0, while WMO convention is from 1 to 8
|
||||
flagbit iScansNegatively(scanningMode,7) : dump; # WMO bit 1
|
||||
flagbit jScansPositively(scanningMode,6) : dump; # WMO bit 2
|
||||
flagbit jPointsAreConsecutive(scanningMode,5) : dump;
|
||||
flagbit alternativeRowScanning(scanningMode,4) = 0 : edition_specific,dump;
|
||||
|
||||
|
|
Loading…
Reference in New Issue