﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
414	Update the UCAR atmPrf reader	Ian Culverwell	Ian Culverwell	"The 2013 reprocessed COSMIC data use the level1b height coordinate ''Impact_height'' rather than ''Impact_parm'', as was used previously.  We therefore need to modify elements of '''ropp_io/ropp/ropp_io_read_ncdf_get.f90''' like
{{{
   IF (ncdf_isvar('Bend_ang') .AND. ncdf_isvar('Impact_parm')) THEN
}}}
so that they read something like
{{{
   IF (ncdf_isvar('Bend_ang') .AND. (ncdf_isvar('Impact_parm') .OR. ncdf_isvar('Impact_height'))) THEN
}}}
Without this fix, '''ucar2ropp''' fails to generate level1b fields.

(The CDAAC webmaster has been queried about this.)"	defect	closed	major	8.0	ROPP (all)	8.0	fixed		
