﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
225	Bug in ropp_pp_spectra	Ian Culverwell	Ian Culverwell	"User João Francisco Galera Monico
 has discovered this bug in ropp_pp_spectra:

! 3.4.1 Compute wave number



    IF (ic == 1) k = 2.0_wp * pi * f_L1 / C_Light

    IF (ic == 1) k = 2.0_wp * pi * f_L2 / C_Light    (It would not be (ic==2)

?????




ic is channel number, so the 2nd line should say IF(ic == 2) ... 

This is what's done in OCC (thanks to Kjartan Kinch at DMI for checking). 

João Francisco finds that correcting this makes some significant differences to his results - see attached. (I think he means it changes L2 results, not L1.)



"	defect	closed	normal	5.1	ropp_pp	4.1	fixed	ropp_pp_spectra	
