﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
260	Bug in reading L2-phases from GRAS raw sampling files	kmk	Ian Culverwell	"There's a bug in ropp_pp_grasrs2ropp which causes an erroneous interpretation of the L2 phase data.

Lines 319 - 320:

319    	         cl_exphase_p2(:) = cl_exphase_l2_nco(:) - &
320              (c_light/(2.0_wp*pi*f_L2))*cl_phase_l2_iq(:)

Minus should be a plus. Like this:

319    	         cl_exphase_p2(:) = cl_exphase_l2_nco(:) + &
320              (c_light/(2.0_wp*pi*f_L2))*cl_phase_l2_iq(:)

"	defect	closed	normal	7.0	ropp_pp	5.0	fixed		
