﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
496	Allow ropp2bufr to output satellite POD data	Ian Culverwell	Ian Culverwell	"Helpdesk enquiry 337 has revealed that the change brought in at ROPP9.0 to use reference POD can sometimes prevent these being included in the BUFR files.  This is because {{{ROdata%Lev1a%Missing}}} is being set to {{{.TRUE.}}}, which prevents '''ropp2bufr''' from using the first r_gns and r_leo of the level 1a data stream to generate POD, if the 'reference' values are unavailable.  One solution is to replace
{{{
ROdata%Lev1a%Npoints = 0
ROdata%Lev1a%Missing = .TRUE.
}}}
at the top of Sec 7.2 of '''ropp_io/tools/ropp2bufr_ec/mo.f90''' by
{{{
ROdata%Lev1a%Npoints = MIN ( 1, ROdata%Lev1a%Npoints )
}}}
(as was the case before ROPP9.0).

Check this is OK.
"	defect	closed	normal	10.0	ropp_io	9.0	fixed		
