From 0ce65566117ee0f44bdf31ce58fa7e86486993d7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 20 Oct 2020 22:05:43 -0400 Subject: [PATCH] Slight reduction in snr1 limit after sync_qra65(). --- lib/qra65_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qra65_decode.f90 b/lib/qra65_decode.f90 index e7ff43626..ea021e4cb 100644 --- a/lib/qra65_decode.f90 +++ b/lib/qra65_decode.f90 @@ -119,7 +119,7 @@ contains call timer('sync_q65',1) irc=-1 - if(snr1.ge.2.7) then + if(snr1.ge.2.5) then jpk0=(xdt+1.0)*6000 !### if(jpk0.lt.0) jpk0=0 fac=1.0/32767.0