﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
463	Set leo_id correctly when reading into ROPP	Ian Culverwell	Ian Culverwell	"Hans Gleisner (DMI) found that some incorrect values of {{{leo_id}}} were preventing the correct satellite identifier being encoded in the BUFR files.  The solution is the wholesale inclusion of 
{{{
  IF ( data%leo_id(1:2) == 'CH' ) THEN
    data%leo_id = 'CHMP'
  ELSE IF ( data%leo_id(1:4) == 'GRC1' ) THEN
    data%leo_id = 'GRAA'
  ELSE IF ( data%leo_id(1:4) == 'GRC2' ) THEN
    data%leo_id = 'GRAB'
  ELSE IF ( data%leo_id(1:2) == 'CO' ) THEN
    data%leo_id(1:2) = 'C0'
  ELSE IF ( data%leo_id(1:3) == 'MTP' ) THEN
    data%leo_id(1:3) = 'MET'
  END IF
}}}
in every read routine (ropp_1dm ropp_2d, atmPrf, atmPhs) of '''ropp_io/ropp/ropp_io_read_ncdf_get.f90'''.

"	defect	closed	normal	9.0	ropp_io	8.0	fixed		
