Mean Windspeed is Incorrectly Converted
adamhsparks opened this issue · 2 comments
adamhsparks commented
mean wind speed (WDSP) is wrongly recalculated from knots to m/s.
adamhsparks commented
tmp[, (WDSP) := round(tmp$WDSP * 0.514444444, 1)]
appears twice, once on line 190 and again on line 193 causing the issue.
adamhsparks commented
Fixed in 11875ec