Opened 6 years ago

Closed 5 years ago

#558 closed task (fixed)

PCD bit 15 is now set in bgr files by the grib2bgrasc tool [1 d]

Reported by: Ian Culverwell Owned by: Ian Culverwell
Priority: normal Milestone: ROPP9.1 carry over
Component: ropp_io Version: 9.0
Keywords: Cc:

Description

Change history (1)

comment:1 by Ian Culverwell, 5 years ago

Resolution: fixed
Status: newclosed

Seems unobjectionable. Changes

  data:
    pcd = 65535 ;

(the default, 'all set' option of 216-1) to

  data:
    pcd = 16384 ;

(= 2PCD_occultation = 214) in the output of the standard test, ropp_io/tests/fc_20121001000000_T+6.nc. Change committed at r6015. Closing ticket.

Note: See TracTickets for help on using tickets.