#51 closed defect (fixed)
Change BUFR Data Sub-type
Reported by: | Dave Offiler | Owned by: | Dave Offiler |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ropp_io | Version: | 0.9 |
Keywords: | BUFR | Cc: |
Description
ropp2bufr inserts code value '14' for Data Sub-Type in BUFR Section 1. UCAR are inserting 255 (unknown) which MetDB now expects, and so rejects 14 for locally-encoded GFZ data.
Solution: change data sub-type from 14 to 255 in ropp2bufr.f90
Note:
See TracTickets
for help on using tickets.
Done.