From 4b4e78cd9d91ac58dcd17ecbf9464009539e979f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 28 Jul 2021 13:06:07 -0400 Subject: [PATCH] FT8 decodes with data read from disk and nagain=.true. should decode only at RxFreq. --- lib/jt9a.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/jt9a.f90 b/lib/jt9a.f90 index b0df912ca..f9399f4a0 100644 --- a/lib/jt9a.f90 +++ b/lib/jt9a.f90 @@ -55,7 +55,8 @@ subroutine jt9a() if(.not.ok) call abort call flush(6) call timer('decoder ',0) - if(local_params%nmode.eq.8 .and. local_params%ndiskdat) then + if(local_params%nmode.eq.8 .and. local_params%ndiskdat .and. & + .not. local_params%nagain) then ! Early decoding pass, FT8 only, when wsjtx reads from disk nearly=41 local_params%nzhsym=nearly